T
- type of object this factory will create@FunctionalInterface public interface Factory<T> extends Supplier<T>
Modifier and Type | Method and Description |
---|---|
T |
create() |
default T |
get() |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.