Uses of Class
org.apache.commons.functor.core.composite.And
-
Packages that use And Package Description org.apache.commons.functor.core.composite Functors composed of other functors. -
-
Uses of And in org.apache.commons.functor.core.composite
Methods in org.apache.commons.functor.core.composite that return And Modifier and Type Method Description AndAnd. and(Predicate p)Add a Predicate.Methods in org.apache.commons.functor.core.composite with parameters of type And Modifier and Type Method Description booleanAnd. equals(And that)Learn whether a given And is equal to this.
-