V
public static interface Throwing.Predicate<V> extends Predicate<V>
Throwing.Predicate
default boolean
test(V v)
boolean
tryTest(V v)
and, isEqual, negate, or
boolean tryTest(V v) throws Throwable
Throwable
default boolean test(V v)
test
Predicate<V>
Copyright © 2017. All rights reserved.