Uses of Class
org.microbean.qualifier.Qualifier
-
Uses of Qualifier in org.microbean.qualifier
Methods in org.microbean.qualifier that return QualifierModifier and TypeMethodDescriptionstatic final <V> Qualifier<V>
Returns aQualifier
, which may or may not be newly created, representing the supplied arguments.static final <V> Qualifier<V>
Returns aQualifier
, which may or may not be newly created, representing the supplied arguments.static final <V> Qualifier<V>
Returns aQualifier
, which may or may not be newly created, representing the supplied arguments.static final <V> Qualifier<V>
Qualifier.of
(String name, V value, Map<? extends String, ?> attributes, Map<? extends String, ?> info) Returns aQualifier
, which may or may not be newly created, representing the supplied arguments.Methods in org.microbean.qualifier with parameters of type QualifierModifier and TypeMethodDescriptionstatic final <V> Qualifiers<V>
Returns aQualifiers
, which may or may not be newly created, representing the supplied arguments.static final <V> Qualifiers<V>
Returns aQualifiers
, which may or may not be newly created, representing the supplied arguments.static final Qualifiers<?>
Qualifiers.ofDisparate
(Qualifier<?> qualifier0, Qualifier<?> qualifier1) Returns aQualifiers
, which may or may not be newly created, representing the supplied arguments.final Qualifiers<V>
Returns a usually newQualifiers
with thisQualifiers
' entries and an additional entry consisting of the suppliedQualifier
.Method parameters in org.microbean.qualifier with type arguments of type QualifierModifier and TypeMethodDescriptionstatic final <V> Qualifiers<V>
Returns aQualifiers
, which may or may not be newly created, representing the supplied arguments.static final Qualifiers<?>
Qualifiers.ofDisparate
(Iterable<? extends Qualifier<?>> qualifiers) Returns aQualifiers
, which may or may not be newly created, representing the supplied arguments.final Qualifiers<V>
Returns a usually newQualifiers
with thisQualifiers
' entries and additional entries represented by the suppliedqualifiers
.final Qualifiers<V>
Qualifiers.withPrefix
(Function<? super Qualifier<V>, ? extends String> f) Returns a usually newQualifiers
whoseQualifier
s' attribute keys are produced by the suppliedFunction
, which is expected to prepend a prefix to the original key and return the result.