Uses of Class
org.apache.commons.functor.core.composite.BinarySequence
-
Packages that use BinarySequence Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of BinarySequence in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return BinarySequence Modifier and Type Method Description 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 BinarySequence Modifier and Type Method Description booleanBinarySequence. equals(BinarySequence<?,?> that)Learn whether another BinarySequence is equal to this.
-