JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.annimon.stream.function
Interface BooleanSupplier
public interface
BooleanSupplier
Represents a supplier of
boolean
-valued results.
Since:
1.1.8
See Also:
Supplier
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
boolean
getAsBoolean
()
Gets a result.
Method Detail
getAsBoolean
boolean getAsBoolean()
Gets a result.
Returns:
a result
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method