Uses of Class
org.apache.commons.functor.core.composite.BinarySequence
Packages that use BinarySequence
-
Uses of BinarySequence in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return BinarySequenceModifier and TypeMethodDescriptionfinal BinarySequence<L, R> BinarySequence.then(BinaryProcedure<? super L, ? super R> p) Fluently add a BinaryProcedure.Methods in org.apache.commons.functor.core.composite with parameters of type BinarySequenceModifier and TypeMethodDescriptionfinal booleanBinarySequence.equals(BinarySequence<?, ?> that) Learn whether another BinarySequence is equal to this.