Uses of Class
org.apache.commons.functor.core.composite.UnarySequence
Packages that use UnarySequence
-
Uses of UnarySequence in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return UnarySequenceModifier and TypeMethodDescriptionUnarySequence.then(UnaryProcedure<? super A> p) Fluently add a UnaryProcedure to the sequence.Methods in org.apache.commons.functor.core.composite with parameters of type UnarySequenceModifier and TypeMethodDescriptionbooleanUnarySequence.equals(UnarySequence<?> that) Learn whether another UnarySequence is equal to this.