Interface AdventureProperties.Property<T>
- Type Parameters:
T
- the value type
- Enclosing class:
- AdventureProperties
@Internal
@NonExtendable
public static interface AdventureProperties.Property<T>
A property.
- Since:
- 4.10.0
-
Method Summary
-
Method Details
-
value
Gets the value.- Returns:
- the value
- Since:
- 4.10.0
-
valueOr
Gets the value, returning a default value if the value isnull
.- Parameters:
defaultValue
- the default value- Returns:
- the value
- Since:
- 4.24.0
-