JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
de.thomas_oster.lazysql.Lazy
Packages that use
Lazy
Package
Description
de.thomas_oster.lazysql
Uses of
Lazy
in
de.thomas_oster.lazysql
Methods in
de.thomas_oster.lazysql
that return
Lazy
Modifier and Type
Method
Description
static <T,
E extends
Throwable
>
Lazy
<T,
E>
Lazy.
of
(
Lazy.Supplier
<T,
E> s)