Uses of Record Class
org.microbean.bean.Assignment
-
Uses of Assignment in org.microbean.bean
Fields in org.microbean.bean with type parameters of type AssignmentModifier and TypeFieldDescriptionstatic final SequencedSet
<Assignment<?>> Aggregate.EMPTY_ASSIGNMENTS
An immutable, emptySequencedSet
ofAssignment
s.Methods in org.microbean.bean 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.final SequencedSet
<? extends Assignment<?>> Bean.assign
(Function<? super AttributedType, ?> r)