Interface WrappedMessage.ValueOrTag<T>
- All Known Implementing Classes:
WrappedMessage.Tag, WrappedMessage.Value
- Enclosing class:
WrappedMessage
private static interface WrappedMessage.ValueOrTag<T>
- Since:
- 1.0
-
Method Summary
-
Method Details
-
hasValue
default boolean hasValue() -
hasTag
default boolean hasTag() -
getValue
-
getTag
default int getTag()
-