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