Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.interfaces.TetraFunction
-
Packages that use TetraFunction Package Description org.drools.workbench.screens.scenariosimulation.client.interfaces -
-
Uses of TetraFunction in org.drools.workbench.screens.scenariosimulation.client.interfaces
Methods in org.drools.workbench.screens.scenariosimulation.client.interfaces that return TetraFunction Modifier and Type Method Description default <V> TetraFunction<T,U,S,E,V>TetraFunction. andThen(Function<? super R,? extends V> after)Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.
-