Immutable collection of typed search attributes.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Get whether the search attribute key exists.
Get whether the search attribute key exists.
Type parameters
- T
-
Scala type for the attribute
- Tag
Attributes
Get a search attribute value by its key or null if not present.
Get a search attribute value by its key or null if not present.
Type parameters
- T
-
Scala type for the attribute
- Tag
Attributes
- Throws
-
ClassCastException
If the search attribute is not of the proper type for the key.
Get the size of the collection.
Get the size of the collection.
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Get the immutable, untyped values map.
Get the immutable, untyped values map.
Attributes
- Note
-
values are encoded (e.g., UUID is represented as String). Java collections are converted to Scala collections