JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.leo.aws.ddb.utils
Interface Func0<R>
All Superinterfaces:
Callable
<R>
,
Function
public interface
Func0<R>
extends
Function
,
Callable
<R>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
R
call
()
Method Detail
call
R
call()
Specified by:
call
in interface
Callable
<
R
>