Interface Factory02<X,A,B>
-
- All Superinterfaces:
InvocableFactory<X>
public interface Factory02<X,A,B> extends InvocableFactory<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Xcreate(A a, B b)default Xinvoke(Object[] dependencies)
-