ThrioObject extension

on

Properties

isBool bool
Determine whether the current instance is a bool.
no setter
isComplexType bool
Determine whether the current instance is a complex type, not bool, int, double, String, Map, List, Set.
no setter
isDouble bool
Determine whether the current instance is a double.
no setter
isInt bool
Determine whether the current instance is an int.
no setter
isList bool
Determine whether the current instance is a String.
no setter
isMap bool
Determine whether the current instance is a Map.
no setter
isNumber bool
Determine whether the current instance is an int or double.
no setter
isPrimitiveType bool
Determine whether the current instance is a primitive type, including bool, int, double, String.
no setter
isSet bool
Determine whether the current instance is a Set.
no setter
isSimpleType bool
Determine whether the current instance is a simple type, including bool, int, double, String, Map, List, Set.
no setter
isString bool
Determine whether the current instance is a String.
no setter