Interface FilteredTrigger<C extends FilteredTriggerConfiguration>
public interface FilteredTrigger<C extends FilteredTriggerConfiguration>
Represents something that will filter the context
of the
Trigger
to determine whether a criterion
will be granted.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FilteredTrigger.Builder<?>
builder()
Creates a newTrigger.Builder
.Gets theFilteredTriggerConfiguration
of this trigger.type()
Gets theTrigger
.
-
Method Details
-
builder
Creates a newTrigger.Builder
.- Returns:
- The builder
-
type
Gets theTrigger
.- Returns:
- The type
-
configuration
C configuration()Gets theFilteredTriggerConfiguration
of this trigger.- Returns:
- The trigger configuration
-