Index
All Classes and Interfaces|All Packages|Constant Field Values
F
- forceUpdateInput(String, Object) - Method in class com.calebleavell.jatui.modules.ApplicationModule
-
Updates the input in
ApplicationModule.inputMap, where the key isidentifierand the value isinput. - forEach(Consumer<A>) - Method in interface com.calebleavell.jatui.core.DirectedGraphNode
-
Executes the Consumer on self and every accessible node of the graph.
- forEachChild(Consumer<A>) - Method in interface com.calebleavell.jatui.core.DirectedGraphNode
-
Executes the Consumer on every accessible node of the graph, excluding this one.
- function(Runnable) - Method in class com.calebleavell.jatui.modules.FunctionModule.Builder
-
The function is the
Supplierlogic that this module will execute when it is run. - function(Supplier<?>) - Method in class com.calebleavell.jatui.modules.FunctionModule.Builder
-
The function is the
Supplierlogic that this module will execute when it is run. - FunctionModule - Class in com.calebleavell.jatui.modules
-
Handles arbitrary logic execution for the application by executing a
Supplierwhen the module is run. - FunctionModule(FunctionModule.Builder) - Constructor for class com.calebleavell.jatui.modules.FunctionModule
-
Builds a
FunctionModulebased on the state ofbuilder - FunctionModule.Builder - Class in com.calebleavell.jatui.modules
-
Builder for
FunctionModule.
All Classes and Interfaces|All Packages|Constant Field Values