ImmutableStaticTrigger<T> |
ImmutableStaticTrigger.Builder.build() |
|
static <T> ImmutableStaticTrigger<T> |
ImmutableStaticTrigger.copyOf(StaticTrigger<T> instance) |
|
static <T> ImmutableStaticTrigger<T> |
ImmutableStaticTrigger.of(BiPredicate<T,T> when) |
Construct a new immutable StaticTrigger instance.
|
ImmutableStaticTrigger<T> |
ImmutableStaticTrigger.withAllEvents(Event... elements) |
Copy the current immutable object with elements that replace the content of allEvents.
|
ImmutableStaticTrigger<T> |
ImmutableStaticTrigger.withAllEvents(Iterable<? extends Event> elements) |
Copy the current immutable object with elements that replace the content of allEvents.
|
ImmutableStaticTrigger<T> |
ImmutableStaticTrigger.withWhen(BiPredicate<T,T> value) |
Copy the current immutable object by setting a value for the when attribute.
|