Package org.dmfs.jems2.predicate
Class SingleWith<V>
- java.lang.Object
-
- org.dmfs.jems2.predicate.SingleWith<V>
-
-
Constructor Summary
Constructors Constructor Description SingleWith(Predicate<? super V> delegate)SingleWith(V delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansatisfiedBy(Single<? extends V> testedInstance)Returns whether the given instance satisfies this predicate.
-