Package org.teavm.common
Interface OptionalPredicate<T>
-
public interface OptionalPredicate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(T value, boolean defaultResult)
-
-
-
Method Detail
-
test
boolean test(T value, boolean defaultResult)
-
-