Uses of Interface
io.dialob.session.engine.session.command.StaticTrigger
-
Packages that use StaticTrigger Package Description io.dialob.session.engine.session.command -
-
Uses of StaticTrigger in io.dialob.session.engine.session.command
Classes in io.dialob.session.engine.session.command that implement StaticTrigger Modifier and Type Class Description classImmutableStaticTrigger<T>Immutable implementation ofStaticTrigger.Methods in io.dialob.session.engine.session.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.session.engine.session.command.StaticTriggerinstance.
-