Uses of Interface
net.anwiba.commons.lang.functional.IIntAssimilator
-
Packages that use IIntAssimilator Package Description net.anwiba.commons.lang.functional net.anwiba.commons.lang.stream -
-
Uses of IIntAssimilator in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional with parameters of type IIntAssimilator Modifier and Type Method Description default voidIIterable. foreach(int initial, IIntAssimilator<O,E> assimilator) -
Uses of IIntAssimilator in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IIntAssimilator Modifier and Type Method Description IStream<T,E>FailedStream. foreach(int initial, IIntAssimilator<T,E> assimilator)IStream<T,E>IStream. foreach(int initial, IIntAssimilator<T,E> assimilator)
-