Class ParametrizedObjectCreator<P,​L>


  • public class ParametrizedObjectCreator<P,​L>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      L create​(P transientParameter)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParametrizedObjectCreator

        public ParametrizedObjectCreator​(java.util.function.Function<P,​L> creator)
    • Method Detail

      • create

        public L create​(P transientParameter)