JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.teavm.common
OptionalPredicate
Contents
Description
Method Summary
Method Details
test(T, boolean)
Hide sidebar
Show sidebar
Interface OptionalPredicate<
T
>
public interface
OptionalPredicate<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
test
(
T
value, boolean defaultResult)
Method Details
test
boolean
test
(
T
value, boolean defaultResult)