JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.darkhax.bookshelf.api.function
Interface TriConsumer<P1,
P2,
P3>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
TriConsumer<P1,
P2,
P3>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
void
accept
(
P1
p1,
P2
p2,
P3
p3)
default
TriConsumer
<
P1
,
P2
,
P3
>
andThen
(
TriConsumer
<
P1
,
P2
,
P3
> after)
Method Details
accept
void
accept
(
P1
p1,
P2
p2,
P3
p3)
andThen
default
TriConsumer
<
P1
,
P2
,
P3
>
andThen
(
TriConsumer
<
P1
,
P2
,
P3
> after)