-
Nested Class Summary
Nested Classes
-
Method Summary
Returns a
Qualified
, which may or may not be newly
created, representing the supplied
Qualifiers
and
qualified object.
Returns a
Qualified
, which may or may not be newly
created, representing the supplied qualified object.
-
Method Details
-
qualifiers
- Returns:
- this
Qualified
's Qualifiers
- Idempotency:
- Implementations of this method must be idempotent
and deterministic.
- Nullability:
- Implementations of this method must not return
null
.
- Thread Safety:
- Implementations of this method must be safe for
concurrent use by multiple threads.
-
qualified
- Returns:
- this
Qualified
's qualified object, which may be
null
- Idempotency:
- Implementations of this method must be idempotent
and deterministic.
- Nullability:
- Implementations of this method may return
null
.
- Thread Safety:
- Implementations of this method must be safe for
concurrent use by multiple threads.
-
describeConstable
- Specified by:
describeConstable
in interface Constable
- Returns:
- an
Optional
housing a ConstantDesc
describing this Qualified
, if this Qualified
is
capable of being represented as a dynamic
constant, or an empty Optional
if not
- See Also:
-
- Idempotency:
- This method is, and its overrides must be,
idempotent and deterministic.
- Nullability:
- This method does not, and its overrides must not,
return
null
.
- Thread Safety:
- This method is, and its overrides must be, safe for
concurrent use by multiple threads.
-
of
Returns a
Qualified
, which may or may not be newly
created, representing the supplied qualified object.
- Type Parameters:
V
- the type of the Qualified
's Qualifiers
' value and attribute values
T
- the type of the qualified object
- Parameters:
qualified
- the qualified object; may be null
- Returns:
- a
Qualified
- See Also:
-
- Idempotency:
- This method is neither idempotent nor deterministic.
- Nullability:
- This method never returns
null
.
- Thread Safety:
- This method is safe for concurrent use by multiple
threads.
-
of
Returns a
Qualified
, which may or may not be newly
created, representing the supplied
Qualifiers
and
qualified object.
- Type Parameters:
V
- the type of the Qualified
's Qualifiers
' value and attribute values
T
- the type of the qualified object
- Parameters:
qualifiers
- the Qualifiers
; may be null
qualified
- the qualified object; may be null
- Returns:
- a
Qualified
- Idempotency:
- This method is neither idempotent nor deterministic.
- Nullability:
- This method never returns
null
.
- Thread Safety:
- This method is safe for concurrent use by multiple
threads.