Uses of Class
io.dialob.session.engine.session.command.ImmutableStaticTrigger
Packages that use ImmutableStaticTrigger
-
Uses of ImmutableStaticTrigger in io.dialob.session.engine.session.command
Methods in io.dialob.session.engine.session.command that return ImmutableStaticTriggerModifier and TypeMethodDescriptionImmutableStaticTrigger.Builder.build()Builds a newImmutableStaticTrigger.static <T> ImmutableStaticTrigger<T> ImmutableStaticTrigger.copyOf(StaticTrigger<T> instance) Creates an immutable copy of aStaticTriggervalue.static <T> ImmutableStaticTrigger<T> ImmutableStaticTrigger.of(BiPredicate<T, T> when) Construct a new immutableStaticTriggerinstance.final ImmutableStaticTrigger<T> ImmutableStaticTrigger.withAllEvents(Event... elements) Copy the current immutable object with elements that replace the content ofallEvents.final ImmutableStaticTrigger<T> ImmutableStaticTrigger.withAllEvents(Iterable<? extends Event> elements) Copy the current immutable object with elements that replace the content ofallEvents.final ImmutableStaticTrigger<T> ImmutableStaticTrigger.withWhen(BiPredicate<T, T> value) Copy the current immutable object by setting a value for thewhenattribute.