Class BooleanType
java.lang.Object
smile.data.type.PrimitiveType
smile.data.type.BooleanType
- All Implemented Interfaces:
Serializable, DataType
-
Method Details
-
isBoolean
public boolean isBoolean()Description copied from interface:DataTypeReturns true if the type is boolean or Boolean.- Returns:
- true if the type is boolean or Boolean.
-
valueOf
-