Uses of Record Class
org.microbean.assign.Assignment
-
Uses of Assignment in org.microbean.assign
Fields in org.microbean.assign with type parameters of type AssignmentModifier and TypeFieldDescriptionstatic final SequencedSet
<Assignment<?>> Aggregate.EMPTY_ASSIGNMENTS
An immutable, emptySequencedSet
ofAssignment
s.Methods in org.microbean.assign that return types with arguments of type AssignmentModifier and TypeMethodDescriptiondefault SequencedSet
<? extends Assignment<?>> Aggregate.assign
(Function<? super AttributedType, ?> r) A convenience method that assigns a contextual reference to each of thisAggregate
'sAttributedElement
instances and returns the resultingSequencedSet
ofAssignment
s.