Package eu.bandm.tools.ops
Interface Relation<D,R>
- All Superinterfaces:
BiPredicate<D,
R>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
A binary predicate.
Is mapped implemented directly by using
BiPredicate
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Method Details
-
relates
Deprecated.Historical older method, must be overriden by all instances. -
test
Deprecated.Map our method to that of the (younger) java standard class.- Specified by:
test
in interfaceBiPredicate<D,
R>
-
BiPredicate
directly.