Package org.dmfs.jems2.predicate
Class RightWith<Right>
java.lang.Object
org.dmfs.jems2.predicate.RightWith<Right>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleansatisfiedBy(Pair<?, ? extends Right> testedInstance) Returns whether the given instance satisfies this predicate.
-
Constructor Details
-
RightWith
-
-
Method Details
-
satisfiedBy
Description copied from interface:PredicateReturns whether the given instance satisfies this predicate.- Specified by:
satisfiedByin interfacePredicate<Right>
-