Package net.ygbstudio.powerwp4j.utils.functional
package net.ygbstudio.powerwp4j.utils.functional
-
InterfacesClassDescriptionInterface for representing a trigger function that can be activated lazily in context were code reuse is desired and enforced.TriggerCallable is a functional interface that represents a callable that can be triggered multiple times and returns a result of type
R.TypedTrigger<T>Typed variant of theTriggerinterface for representing an action that can be activated at a later point in the program with a specific argument supplied to a function to be executed.