Uses of Class
org.apache.commons.functor.core.composite.UnarySequence
-
Packages that use UnarySequence Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of UnarySequence in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnarySequence Modifier and Type Method Description UnarySequence<A>UnarySequence. then(UnaryProcedure<? super A> p)Fluently add a UnaryProcedure to the sequence.Methods in org.apache.commons.functor.core.composite with parameters of type UnarySequence Modifier and Type Method Description booleanUnarySequence. equals(UnarySequence<?> that)Learn whether another UnarySequence is equal to this.
-