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_ASSIGNMENTSAn immutable, emptySequencedSetofAssignments.Methods in org.microbean.bean that return types with arguments of type AssignmentModifier and TypeMethodDescriptiondefault SequencedSet<? extends Assignment<?>> Assigns a contextual reference to each of thisAggregate'sAttributedElementinstances and returns the resultingListofAssignments.final SequencedSet<? extends Assignment<?>> Calls theassign(Request)method on theProducersupplied at construction time with the suppliedRequestand returns the result.Method parameters in org.microbean.bean with type arguments of type AssignmentModifier and TypeMethodDescriptionfinal IInterceptingProducer.produce(SequencedSet<? extends Assignment<?>> assignments) Calls theproduce(SequencedSet)method on theProducersupplied at construction time with the suppliedassignmentsand returns the result.Producer.produce(SequencedSet<? extends Assignment<?>> assignments) Produces a new contextual instance and returns it, possibly (often) making use of the supplied, dependent, contextual references.