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
hera.api.function
Interface Function0<R>
All Superinterfaces:
Function
<R>
All Known Implementing Classes:
Function0WithIdentity
public interface
Function0<R>
extends
Function
<R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
apply
()
Applies this function.
Method Detail
apply
R
apply()
Applies this function. This function is like supplier.
Returns:
the function 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