public class LazyBuilder<I,T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LazyBuilder.VoidLazyBuilder<T> |
| Constructor and Description |
|---|
LazyBuilder(Function<I,T> build) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(I input) |
boolean |
hasInstance()
Returns true if the builder was instantiated.
|
Copyright © 2024. All rights reserved.