JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.github.oxo42.stateless4j.delegates
Interface Func<R>
Type Parameters:
R
- Result type
public interface
Func<R>
Represents a function that accepts no input and produces a result
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
call
()
Applies this function
Method Detail
call
R
call()
Applies this function
Returns:
Result
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2014. All Rights Reserved.