Uses of Interface
com.guinetik.hexafun.examples.tasks.tui.TasksTUI.Action
Packages that use TasksTUI.Action
-
Uses of TasksTUI.Action in com.guinetik.hexafun.examples.tasks.tui
Methods in com.guinetik.hexafun.examples.tasks.tui that return TasksTUI.ActionModifier and TypeMethodDescriptiondefault TasksTUI.ActionTasksTUI.Action.andThen(TasksTUI.Action next) Chain actions: if first succeeds, apply secondstatic TasksTUI.ActionTasksTUI.Action.fromResult(Function<TasksTUI.State, Result<TasksTUI.State>> f) Action from a Result-returning operationstatic TasksTUI.ActionTasksTUI.Action.of(UnaryOperator<TasksTUI.State> transform) Action that always succeeds with given state transformMethods in com.guinetik.hexafun.examples.tasks.tui with parameters of type TasksTUI.ActionModifier and TypeMethodDescriptiondefault TasksTUI.ActionTasksTUI.Action.andThen(TasksTUI.Action next) Chain actions: if first succeeds, apply second