Interface Instantiator<A,​T>

    • Method Detail

      • create

        <A1 extends AT create​(A1 argument)
        Creates an instance, using the given argument.
        Parameters:
        argument - the argument used to create the new instance
        Returns:
        an instance of the respective type