JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
de.team33.patterns.lazy.narvi.XLazy
Uses of
XLazy
in
de.team33.patterns.lazy.narvi
Methods in
de.team33.patterns.lazy.narvi
that return
XLazy
Modifier and Type
Method
Description
static <T,
X extends
Exception
>
XLazy
<T,
X>
XLazy.
init
(
XSupplier
<? extends T,
? extends X> initial)
Returns a new instance giving a
Supplier
that defines the intended initialization of the represented value.