@FunctionalInterface public interface SafePredicate<T> extends Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
default boolean |
test(T arg) |
boolean |
testUnsafe(T arg) |
Copyright © 2012–2017 MARID software development group. All rights reserved.