Uses of Interface
net.anwiba.commons.lang.functional.IConsumer
-
Packages that use IConsumer Package Description net.anwiba.commons.lang.collection net.anwiba.commons.lang.functional net.anwiba.commons.lang.optional net.anwiba.commons.lang.stream -
-
Uses of IConsumer in net.anwiba.commons.lang.collection
Methods in net.anwiba.commons.lang.collection with parameters of type IConsumer Modifier and Type Method Description default <E extends java.lang.Exception>
voidIObjectIterable. foreach(IConsumer<? super T,E> consumer)default <E extends java.lang.Exception>
voidIObjectIterator. forEachRemaining(IConsumer<? super T,E> consumer) -
Uses of IConsumer in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IConsumer Modifier and Type Method Description default IConsumer<I,E>IConsumer. then(IConsumer<? super I,E> consumer)Methods in net.anwiba.commons.lang.functional with parameters of type IConsumer Modifier and Type Method Description default voidIIterable. foreach(IConsumer<O,E> consumer)default ICloseableConsumer<I,O,E>ICloseableConsumer. then(IConsumer<I,E> after)default IConsumer<I,E>IConsumer. then(IConsumer<? super I,E> consumer) -
Uses of IConsumer in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type IConsumer Modifier and Type Method Description IOptional<T,E>IOptional. consume(IConsumer<T,E> converter) -
Uses of IConsumer in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IConsumer Modifier and Type Method Description IStream<T,E>FailedStream. foreach(IConsumer<T,E> consumer)IStream<T,E>IStream. foreach(IConsumer<T,E> consumer)
-