- TernaryFunction<E,F,G,RV> - Interface in org.dishevelled.functor
-
Typed functor that takes three arguments of types E
,
F
, and G
and returns a value of type
RV
.
- TernaryPredicate<E,F,G> - Interface in org.dishevelled.functor
-
Typed functor that takes three arguments and returns a boolean
value.
- TernaryProcedure<E,F,G> - Interface in org.dishevelled.functor
-
Typed functor that takes three arguments and returns no value.
- test(E, F) - Method in interface org.dishevelled.functor.BinaryPredicate
-
Evaluate this predicate for the specified arguments.
- test(E...) - Method in interface org.dishevelled.functor.NaryPredicate
-
Evaluate this predicate for the specified arguments.
- test() - Method in interface org.dishevelled.functor.Predicate
-
Evaluate this predicate with no arguments.
- test(E, F, G, H) - Method in interface org.dishevelled.functor.QuaternaryPredicate
-
Evaluate this predicate for the specified arguments.
- test(E, F, G) - Method in interface org.dishevelled.functor.TernaryPredicate
-
Evaluate this predicate for the specified arguments.
- test(E) - Method in interface org.dishevelled.functor.UnaryPredicate
-
Evaluate this predicate for the specified argument.