JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
net.darkhax.bookshelf.common.api.function
TriConsumer
Contents
Description
Method Summary
Method Details
accept(P1, P2, P3)
andThen(TriConsumer)
Hide sidebar
Show sidebar
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)