JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.djrapitops.plan.utilities.java
Interface TriConsumer<T,V,K>
Type Parameters:
T
- Type of first argument
V
- Type of second argument
K
- Type of third argument.
public interface
TriConsumer<T,V,K>
Functional interface for three arguments, similar to BiConsumer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
accept
(
T
t,
V
v,
K
k)
Method Detail
accept
void accept(
T
t,
V
v,
K
k)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method