Interface Factory06<X,A,B,C,D,E,F>
-
- All Superinterfaces:
InvocableFactory<X>
public interface Factory06<X,A,B,C,D,E,F> 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)default Xinvoke(Object[] dependencies)
-