Class ParametrizedObjectCreator<P,L>
- java.lang.Object
-
- io.github.factoryfx.factory.parametrized.ParametrizedObjectCreator<P,L>
-
public class ParametrizedObjectCreator<P,L> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParametrizedObjectCreator(java.util.function.Function<P,L> creator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Lcreate(P transientParameter)
-