JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
dev.logicologist.discordical.utils
Interface TriConsumer<T,
U,
V>
public interface
TriConsumer<T,
U,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
accept
(
T
t,
U
u,
V
v)
Method Details
accept
void
accept
(
T
t,
U
u,
V
v)