Uses of Interface
org.microbean.assign.Annotated
-
Uses of Annotated in org.microbean.assign
Fields in org.microbean.assign with type parameters of type AnnotatedModifier and TypeFieldDescriptionstatic final SequencedSet<Annotated<Element>> Aggregate.EMPTY_DEPENDENCIESAn immutable, emptySequencedSetofElements.Methods in org.microbean.assign that return AnnotatedModifier and TypeMethodDescriptionAssignment.assignee()Returns the value of theassigneerecord component.static <T extends AnnotatedConstruct>
Annotated<T> Annotated.of(T ac) A convenience method that returns a newAnnotatedimplementation.static <T extends AnnotatedConstruct>
Annotated<T> Annotated.of(T ac, Predicate<? super ExecutableElement> p) A convenience method that returns a newAnnotatedimplementation.Methods in org.microbean.assign that return types with arguments of type AnnotatedModifier and TypeMethodDescriptiondefault SequencedSet<? extends Annotated<? extends Element>> Aggregate.dependencies()Returns an immutable, determinate,SequencedSetofAnnotated<? extends Element>instances.Method parameters in org.microbean.assign with type arguments of type AnnotatedModifier and TypeMethodDescriptiondefault SequencedSet<? extends Assignment<?>> Aggregate.assign(Function<? super Annotated<? extends AnnotatedConstruct>, ?> r) A convenience method that assigns a contextual reference to each of thisAggregate'sAnnotated<? extends Element>-typed dependencies and returns the resultingSequencedSetofAssignments.static <C extends AnnotatedConstruct, E>
Selectable<C, E> Selectables.convert(Selectable<? super Annotated<C>, E> s) Deprecated, for removal: This API element is subject to removal in a future version.static <C extends AnnotatedConstruct, E>
Selectable<C, E> Selectables.convert(Selectable<? super Annotated<C>, E> s, Predicate<? super ExecutableElement> annotationElementInclusionPredicate) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.microbean.assign with parameters of type AnnotatedModifierConstructorDescriptionAssignment(Annotated<? extends Element> assignee, R value) Creates a newAssignment.