T
- Type of object being built@FunctionalInterface public interface ObjectBuilder<T> extends Supplier<T>
Modifier and Type | Method and Description |
---|---|
T |
build() |
default T |
get() |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.