T
- The result to returnpublic interface WithControllerMethod<T>
Modifier and Type | Method and Description |
---|---|
T |
with(ControllerMethods.ControllerMethod controllerMethod) |
default T |
with(ControllerMethods.ControllerMethod0 controllerMethod) |
default <A> T |
with(ControllerMethods.ControllerMethod1<A> controllerMethod) |
default <A,B,C,D,E,F,G,H,I,J> |
with(ControllerMethods.ControllerMethod10<A,B,C,D,E,F,G,H,I,J> controllerMethod) |
default <A,B> T |
with(ControllerMethods.ControllerMethod2<A,B> controllerMethod) |
default <A,B,C> T |
with(ControllerMethods.ControllerMethod3<A,B,C> controllerMethod) |
default <A,B,C,D> T |
with(ControllerMethods.ControllerMethod4<A,B,C,D> controllerMethod) |
default <A,B,C,D,E> |
with(ControllerMethods.ControllerMethod5<A,B,C,D,E> controllerMethod) |
default <A,B,C,D,E,F> |
with(ControllerMethods.ControllerMethod6<A,B,C,D,E,F> controllerMethod) |
default <A,B,C,D,E,F,G> |
with(ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G> controllerMethod) |
default <A,B,C,D,E,F,G,H> |
with(ControllerMethods.ControllerMethod8<A,B,C,D,E,F,G,H> controllerMethod) |
default <A,B,C,D,E,F,G,H,I> |
with(ControllerMethods.ControllerMethod9<A,B,C,D,E,F,G,H,I> controllerMethod) |
T with(ControllerMethods.ControllerMethod controllerMethod)
default T with(ControllerMethods.ControllerMethod0 controllerMethod)
default <A> T with(ControllerMethods.ControllerMethod1<A> controllerMethod)
default <A,B> T with(ControllerMethods.ControllerMethod2<A,B> controllerMethod)
default <A,B,C> T with(ControllerMethods.ControllerMethod3<A,B,C> controllerMethod)
default <A,B,C,D> T with(ControllerMethods.ControllerMethod4<A,B,C,D> controllerMethod)
default <A,B,C,D,E> T with(ControllerMethods.ControllerMethod5<A,B,C,D,E> controllerMethod)
default <A,B,C,D,E,F> T with(ControllerMethods.ControllerMethod6<A,B,C,D,E,F> controllerMethod)
default <A,B,C,D,E,F,G> T with(ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G> controllerMethod)
default <A,B,C,D,E,F,G,H> T with(ControllerMethods.ControllerMethod8<A,B,C,D,E,F,G,H> controllerMethod)
default <A,B,C,D,E,F,G,H,I> T with(ControllerMethods.ControllerMethod9<A,B,C,D,E,F,G,H,I> controllerMethod)
default <A,B,C,D,E,F,G,H,I,J> T with(ControllerMethods.ControllerMethod10<A,B,C,D,E,F,G,H,I,J> controllerMethod)
Copyright © 2019 ninjaframework. All rights reserved.