Uses of Interface
xyz.cofe.fn.QuadConsumer
| Package | Description |
|---|---|
| xyz.cofe.collection |
Коллекции с поддержкой уведомлений.
|
| xyz.cofe.iter |
Алгоритмы итерации
|
-
Uses of QuadConsumer in xyz.cofe.collection
Methods in xyz.cofe.collection with parameters of type QuadConsumer Modifier and Type Method Description voidIndexSet. eachByValue(A begin, boolean incBegin, A end, boolean incEnd, QuadConsumer<java.lang.Integer,A,java.lang.Integer,java.lang.Integer> consumer)Обход элементов в спискеvoidIndexSetBasic. eachByValue(A begin, boolean incBegin, A end, boolean incEnd, QuadConsumer<java.lang.Integer,A,java.lang.Integer,java.lang.Integer> consumer) -
Uses of QuadConsumer in xyz.cofe.iter
Methods in xyz.cofe.iter with parameters of type QuadConsumer Modifier and Type Method Description default <B, C, D> Eterable<A>Eterable. product(java.lang.Iterable<B> source1, java.lang.Iterable<C> source2, java.lang.Iterable<D> source3, QuadConsumer<A,B,C,D> consumer)Декартово произведение