Uses of Record Class
org.microbean.bean.AttributedType
-
Uses of AttributedType in org.microbean.bean
Methods in org.microbean.bean that return AttributedTypeModifier and TypeMethodDescriptionfinal AttributedTypeAttributedElement.attributedType()BeanReduction.attributedType()Returns the value of theattributedTyperecord component.Methods in org.microbean.bean that return types with arguments of type AttributedTypeModifier and TypeMethodDescriptionstatic final Selectable<AttributedType, Bean<?>> Beans.cachingSelectableOf(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) Methods in org.microbean.bean with parameters of type AttributedTypeModifier and TypeMethodDescriptionfinal Bean<?> Beans.reduce(AttributedType c) default <R> RRequest.reference(AttributedType attributedType) Beans.select(AttributedType c) final booleanIdMatcher.test(AttributedType t, Id id) Method parameters in org.microbean.bean with type arguments of type AttributedTypeModifier and TypeMethodDescriptionstatic final Selectable<AttributedType, Bean<?>> Beans.cachingSelectableOf(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) static final Selectable<AttributedType, Bean<?>> Beans.cachingSelectableOf(Matcher<? super AttributedType, ? super Id> idMatcher, Map<? extends AttributedType, ? extends List<Bean<?>>> selections, Collection<? extends Bean<?>> beans) Constructors in org.microbean.bean with parameters of type AttributedTypeModifierConstructorDescriptionBeanReduction(AttributedType attributedType, Bean<I> bean) Creates an instance of aBeanReductionrecord class.Constructor parameters in org.microbean.bean with type arguments of type AttributedTypeModifierConstructorDescriptionBeans(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r) Beans(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r)