Class PairWith<Left,​Right>

  • All Implemented Interfaces:
    Predicate<Pair<? extends Left,​? extends Right>>

    public final class PairWith<Left,​Right>
    extends DelegatingPredicate<Pair<? extends Left,​? extends Right>>
    A Predicate to match left and right value of a Pair.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait