Uses of Interface
net.anwiba.commons.lang.functional.IAcceptor
Packages that use IAcceptor
Package
Description
-
Uses of IAcceptor in net.anwiba.commons.lang.collection
Classes in net.anwiba.commons.lang.collection that implement IAcceptorMethods in net.anwiba.commons.lang.collection that return IAcceptorMethods in net.anwiba.commons.lang.collection with parameters of type IAcceptorModifier and TypeMethodDescriptionConstructors in net.anwiba.commons.lang.collection with parameters of type IAcceptorModifierConstructorDescriptionCollectionAcceptor(Collection<IAcceptor<T>> acceptors, IAcceptor<T> otherwise) Constructor parameters in net.anwiba.commons.lang.collection with type arguments of type IAcceptorModifierConstructorDescriptionCollectionAcceptor(Collection<IAcceptor<T>> acceptors, IAcceptor<T> otherwise) -
Uses of IAcceptor in net.anwiba.commons.lang.functional
Methods in net.anwiba.commons.lang.functional that return IAcceptorModifier and TypeMethodDescriptionstatic <T> IAcceptor<T>IAcceptor.accept()IAcceptor.not()static <T> IAcceptor<T>Methods in net.anwiba.commons.lang.functional with parameters of type IAcceptor -
Uses of IAcceptor in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type IAcceptor -
Uses of IAcceptor in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IAcceptorConstructors in net.anwiba.commons.lang.stream with parameters of type IAcceptorModifierConstructorDescriptionIterableConvertingIterable(IIterable<I, E> input, IAcceptor<I> acceptor, IConverter<I, O, E> converter) IterableCountingIterable(IIterable<I, E> input, IAcceptor<I> acceptor, IAggregator<Integer, I, O, E> aggegator) IterableFlattingIterable(IIterable<I, E> input, IAcceptor<I> acceptor, IConverter<I, Iterable<O>, E> converter) IteratorConvertingIterator(IIterator<I, E> input, IAcceptor<I> acceptor, IConverter<I, O, E> converter) IteratorCountingIterator(IIterator<I, E> input, IAcceptor<I> acceptor, IAggregator<Integer, I, O, E> aggegator) IteratorFlattingIterator(IIterator<I, E> input, IAcceptor<I> acceptor, IConverter<I, Iterable<O>, E> converter) JavaUtilIterableFilteringIterable(Iterable<T> input, IAcceptor<T> acceptor) JavaUtilIteratorFilteringIterator(Iterator<T> input, IAcceptor<T> acceptor)