V
- Input type.public static interface SneakyThrows.Predicate<V> extends Predicate<V>
SneakyThrows.Predicate
.Modifier and Type | Method and Description |
---|---|
default boolean |
test(V v)
Apply the predicate.
|
boolean |
tryTest(V v)
Apply the predicate.
|
Copyright © 2020. All rights reserved.