Uses of Interface
io.dialob.executor.command.StaticTrigger
-
Packages that use StaticTrigger Package Description io.dialob.executor.command -
-
Uses of StaticTrigger in io.dialob.executor.command
Classes in io.dialob.executor.command that implement StaticTrigger Modifier and Type Class Description classImmutableStaticTrigger<T>Immutable implementation ofStaticTrigger.Methods in io.dialob.executor.command with parameters of type StaticTrigger Modifier and Type Method Description static <T> ImmutableStaticTrigger<T>ImmutableStaticTrigger. copyOf(StaticTrigger<T> instance)Creates an immutable copy of aStaticTriggervalue.ImmutableStaticTrigger.Builder<T>ImmutableStaticTrigger.Builder. from(StaticTrigger<T> instance)Fill a builder with attribute values from the providedio.dialob.executor.command.StaticTriggerinstance.
-