TypeExtension extension

on

Properties

isBool bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a Bool.
no setter
isBoolCollection bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a BoolCollection.
no setter
isBoolSet bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a BoolSet.
no setter
isDateTimeCollection bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a DateTimeCollection.
no setter
isDateTimeSet bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a DateTimeSet.
no setter
isDurationCollection bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a DurationCollection.
no setter
isDurationSet bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a DurationSet.
no setter
isInt bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a Int.
no setter
isIntCollection bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is an IntCollection.
no setter
isIntSet bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is an IntSet.
no setter
isJsonMap bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is of type JsonMap.
no setter
isJsonMapCollection bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is of type JsonMapCollection.
no setter
isJsonString bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is of type JsonString.
no setter
isStringCollection bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a StringCollection.
no setter
isStringSet bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is a StringSet.
no setter

Methods

equals(Type type) bool

Available on Type, provided by the TypeExtension extension

Generalized equality check to simplify type checking.
isEqualTo(Type type) bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is of type Type.
isNotEqualTo(Type type) bool

Available on Type, provided by the TypeExtension extension

Checks if the given this is of type Type.