Uses of Interface
net.anwiba.commons.lang.functional.IAcceptor
-
Packages that use IAcceptor Package Description net.anwiba.commons.lang.collection net.anwiba.commons.lang.functional net.anwiba.commons.lang.optional net.anwiba.commons.lang.stream -
-
Uses of IAcceptor in net.anwiba.commons.lang.collection
Classes in net.anwiba.commons.lang.collection that implement IAcceptor Modifier and Type Class Description static classCollectionAcceptorBuilder.CollectionAcceptor<T>Methods in net.anwiba.commons.lang.collection that return IAcceptor Modifier and Type Method Description IAcceptor<java.util.Collection<T>>CollectionAcceptorBuilder. build()Methods in net.anwiba.commons.lang.collection with parameters of type IAcceptor Modifier and Type Method Description CollectionAcceptorBuilder<T>CollectionAcceptorBuilder. accept(IAcceptor<T> acceptor)CollectionAcceptorBuilder<T>CollectionAcceptorBuilder. otherwise(IAcceptor<T> otherwise)Constructors in net.anwiba.commons.lang.collection with parameters of type IAcceptor Constructor Description CollectionAcceptor(java.util.Collection<IAcceptor<T>> acceptors, IAcceptor<T> otherwise)Constructor parameters in net.anwiba.commons.lang.collection with type arguments of type IAcceptor Constructor Description CollectionAcceptor(java.util.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 IAcceptor Modifier and Type Method Description default IAcceptor<T>IAcceptor. and(IAcceptor<? super T> other)default IAcceptor<T>IAcceptor. not()static <T> IAcceptor<T>IAcceptor. not(IAcceptor<T> acceptor)default IAcceptor<T>IAcceptor. or(IAcceptor<? super T> other)Methods in net.anwiba.commons.lang.functional with parameters of type IAcceptor Modifier and Type Method Description default IAcceptor<T>IAcceptor. and(IAcceptor<? super T> other)default OIIterable. first(IAcceptor<O> acceptor)default IIterable<O,E>IIterable. iterable(IAcceptor<O> acceptor)default IIterator<O,E>IIterable. iterator(IAcceptor<O> acceptor)static <T> IAcceptor<T>IAcceptor. not(IAcceptor<T> acceptor)default IAcceptor<T>IAcceptor. or(IAcceptor<? super T> other) -
Uses of IAcceptor in net.anwiba.commons.lang.optional
Methods in net.anwiba.commons.lang.optional with parameters of type IAcceptor Modifier and Type Method Description IOptional<T,E>IOptional. accept(IAcceptor<T> acceptor) -
Uses of IAcceptor in net.anwiba.commons.lang.stream
Methods in net.anwiba.commons.lang.stream with parameters of type IAcceptor Modifier and Type Method Description IStream<T,E>FailedStream. filter(IAcceptor<T> funtion)IStream<T,E>IStream. filter(IAcceptor<T> funtion)IOptional<T,E>FailedStream. first(IAcceptor<T> acceptor)IOptional<T,E>IStream. first(IAcceptor<T> acceptor)booleanFailedStream. foundAny(IAcceptor<T> acceptor)booleanIStream. foundAny(IAcceptor<T> acceptor)
-