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