| Package | Description |
|---|---|
| org.organicdesign.fp.function |
Exception-friendly functional interfaces named by the number of arguments: Fn0, Fn1, Fn2....
|
| Modifier and Type | Method and Description |
|---|---|
static <T> LazyRef<T> |
LazyRef.of(Fn0<T> producer)
Construct a LazyRef from the given initialization function.
|
Copyright © 2019. All rights reserved.