java.lang.Object
org.microbean.lang.visitor.PrecedesPredicate
- All Implemented Interfaces:
BiPredicate<Element,
Element>
-
Constructor Summary
ConstructorDescriptionPrecedesPredicate
(Equality equality, SupertypeVisitor supertypeVisitor, SubtypeVisitor subtypeVisitor) PrecedesPredicate
(SupertypeVisitor supertypeVisitor, SubtypeVisitor subtypeVisitor) -
Method Summary
Modifier and TypeMethodDescriptionprotected int
final boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
test
in interfaceBiPredicate<Element,
Element>
-
disambiguate
-