-
- All Implemented Interfaces:
-
dev.openfeature.sdk.Value
@Serializable() public final class Value.Boolean implements Value
-
-
Constructor Summary
Constructors Constructor Description Value.Boolean(Boolean boolean)
-
Method Summary
Modifier and Type Method Description final Boolean
getBoolean()
-
-
Constructor Detail
-
Value.Boolean
Value.Boolean(Boolean boolean)
-
-
Method Detail
-
getBoolean
final Boolean getBoolean()
-
-
-
-