Interface Factory07<X,A,B,C,D,E,F,G>
-
- All Superinterfaces:
InvocableFactory<X>
public interface Factory07<X,A,B,C,D,E,F,G> extends InvocableFactory<X>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Xcreate(A a, B b, C c, D d, E e, F f, G g)default Xinvoke(Object[] dependencies)
-