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