Uses of Interface
ninja.ControllerMethods.ControllerMethod7
-
Packages that use ControllerMethods.ControllerMethod7 Package Description ninja -
-
Uses of ControllerMethods.ControllerMethod7 in ninja
Methods in ninja that return ControllerMethods.ControllerMethod7 Modifier and Type Method Description static <A,B,C,D,E,F,G>
ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G>ControllerMethods. of(ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G> functionalMethod)
Methods in ninja with parameters of type ControllerMethods.ControllerMethod7 Modifier and Type Method Description static <A,B,C,D,E,F,G>
ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G>ControllerMethods. of(ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G> functionalMethod)
default <A,B,C,D,E,F,G>
TWithControllerMethod. with(ControllerMethods.ControllerMethod7<A,B,C,D,E,F,G> controllerMethod)
-