JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.commons.lang
Package
net.anwiba.commons.lang.optional
Interface ILazy<T,
E extends
Exception
>
All Known Implementing Classes:
Lazy
public interface
ILazy<T,
E extends
Exception
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
IOptional
<
T
,
E
>
optional
()
Method Details
get
T
get
() throws
E
Throws:
E
extends
Exception
optional
IOptional
<
T
,
E
>
optional
()