TypeExtension extension
- on
Properties
- isBool → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a Bool.no setter - isBoolCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a BoolCollection.no setter - isBoolSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a BoolSet.no setter - isDateTimeCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a DateTimeCollection.no setter - isDateTimeSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a DateTimeSet.no setter - isDurationCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a DurationCollection.no setter - isDurationSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a DurationSet.no setter - isInt → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a Int.no setter - isIntCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is an IntCollection.no setter - isIntSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is an IntSet.no setter - isJsonMap → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is of type JsonMap.no setter - isJsonMapCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is of type JsonMapCollection.no setter - isJsonString → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is of type JsonString.no setter - isStringCollection → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is a StringCollection.no setter - isStringSet → bool
-
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
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 giventhis
is of type Type. -
isNotEqualTo(
Type type) → bool -
Available on Type, provided by the TypeExtension extension
Checks if the giventhis
is of type Type.