public final class SingleWith<V,T extends Single<V>> extends java.lang.Object implements Predicate<T>
Predicate
Single
SingleWith(Predicate<V> delegate)
boolean
satisfiedBy(T testedInstance)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingleWith(Predicate<V> delegate)
public boolean satisfiedBy(T testedInstance)
satisfiedBy
Predicate<T extends Single<V>>
testedInstance