P
- The factory's input type.T
- The type of object produced by this factory.@FunctionalInterface public interface Factory<P,T>
Modifier and Type | Method and Description |
---|---|
T |
create(P parameter) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.