A - the type of the argument required to create an instanceT - the type of the instance to be created.public interface Instantiator<A,T>
| Modifier and Type | Method and Description |
|---|---|
<A1 extends A> |
create(A1 argument)
Creates an instance, using the given argument.
|