Module org.monospark.remix
Package org.monospark.remix.internal
Class RecordComponentType.MutableBooleanType
java.lang.Object
org.monospark.remix.internal.RecordComponentType
org.monospark.remix.internal.RecordComponentType.WrappedBooleanType
org.monospark.remix.internal.RecordComponentType.MutableBooleanType
- Enclosing class:
- RecordComponentType
public static final class RecordComponentType.MutableBooleanType extends RecordComponentType.WrappedBooleanType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.monospark.remix.internal.RecordComponentType
RecordComponentType.BareType, RecordComponentType.MutableBooleanType, RecordComponentType.MutableType, RecordComponentType.WrappedBooleanType, RecordComponentType.WrappedIntType, RecordComponentType.WrappedObjectType -
Constructor Summary
Constructors Constructor Description MutableBooleanType() -
Method Summary
Modifier and Type Method Description Objectwrap(RecordParameter param, Object value)Methods inherited from class org.monospark.remix.internal.RecordComponentType.WrappedBooleanType
defaultValue, getValueType, unwrap
-
Constructor Details
-
MutableBooleanType
public MutableBooleanType()
-
-
Method Details
-
wrap
- Overrides:
wrapin classRecordComponentType.WrappedBooleanType
-