JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
xyz.cofe.ecolls
Package
xyz.cofe.fn
Interface TripleConsumer<A,B,C>
Type Parameters:
A
- Тип первого значения
B
- Тип 2го значения
C
- Тип 3го значения
All Superinterfaces:
Consumer3
<A,B,C>
public interface
TripleConsumer<A,B,C>
extends
Consumer3
<A,B,C>
Потребитель данных от 3 значений
Method Summary
Methods inherited from interface xyz.cofe.fn.
Consumer3
accept