Uses of Interface
xyz.cofe.fn.QuadConsumer
-
Packages that use 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<Integer,A,Integer,Integer> consumer)Обход элементов в спискеvoidIndexSetBasic. eachByValue(A begin, boolean incBegin, A end, boolean incEnd, QuadConsumer<Integer,A,Integer,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(Iterable<B> source1, Iterable<C> source2, Iterable<D> source3, QuadConsumer<A,B,C,D> consumer)Декартово произведение
-