Uses of Class
org.apache.commons.functor.core.composite.Sequence
-
Packages that use Sequence Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of Sequence in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return Sequence Modifier and Type Method Description SequenceSequence. then(Procedure p)Fluently add a Procedure.Methods in org.apache.commons.functor.core.composite with parameters of type Sequence Modifier and Type Method Description booleanSequence. equals(Sequence that)Learn whether a given Sequence is equal to this.
-