Interface Event.UnknownStageVisitorBuilder<T>
-
- Enclosing class:
- Event
public static interface Event.UnknownStageVisitorBuilder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event.Completed_StageVisitorBuilder<T>throwOnUnknown()Event.Completed_StageVisitorBuilder<T>unknown(java.util.function.Function<java.lang.String,T> unknownVisitor)
-
-
-
Method Detail
-
unknown
Event.Completed_StageVisitorBuilder<T> unknown(@Nonnull java.util.function.Function<java.lang.String,T> unknownVisitor)
-
throwOnUnknown
Event.Completed_StageVisitorBuilder<T> throwOnUnknown()
-
-