Uses of Record Class
org.microbean.bean.Bean
-
Uses of Bean in org.microbean.bean
Methods in org.microbean.bean that return BeanModifier and TypeMethodDescriptionBeanReduction.bean()Returns the value of thebeanrecord component.final <X> Bean<X> Bean.cast()Returns thisBean, forcibly cast appropriately.final Bean<?> Beans.reduce(AttributedType c) Methods in org.microbean.bean that return types with arguments of type BeanModifier 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) final Optional<DynamicConstantDesc<Bean<I>>> Bean.describeConstable()Beans.select(AttributedType c) Method parameters in org.microbean.bean with type arguments of type BeanModifier 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 BeanModifierConstructorDescriptionBeanReduction(AttributedType attributedType, Bean<I> bean) Creates an instance of aBeanReductionrecord class.Constructor parameters in org.microbean.bean with type arguments of type BeanModifierConstructorDescriptionBeans(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r) Beans(Selectable<AttributedType, Bean<?>> s, Reducible<AttributedType, Bean<?>> r)