java.lang.Object
org.microbean.lang.visitor.PrecedesPredicate
- All Implemented Interfaces:
BiPredicate<Element,Element>
-
Constructor Summary
ConstructorsConstructorDescriptionPrecedesPredicate(Equality equality, SupertypeVisitor supertypeVisitor, SubtypeVisitor subtypeVisitor) PrecedesPredicate(SupertypeVisitor supertypeVisitor, SubtypeVisitor subtypeVisitor) -
Method Summary
Modifier and TypeMethodDescriptionprotected intfinal booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
PrecedesPredicate
-
PrecedesPredicate
public PrecedesPredicate(Equality equality, SupertypeVisitor supertypeVisitor, SubtypeVisitor subtypeVisitor)
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<Element,Element>
-
disambiguate
-