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()
Deprecated.Returns the value of thebean
record component.final <X> Bean
<X> Bean.cast()
Returns thisBean
, forcibly cast appropriately.Methods in org.microbean.bean that return types with arguments of type BeanModifier and TypeMethodDescriptionfinal Optional
<DynamicConstantDesc<Bean<I>>> Bean.describeConstable()
Beans.normalize
(Collection<? extends Bean<?>> beans) Returns an immutableList
containing a subset of distinct elements contained in the suppliedCollection
, sorted in a deliberately unspecified fashion.static final Selectable
<AttributedType, Bean<?>> Selectables.typesafeReducing
(Collection<? extends Bean<?>> beans, Matcher<? super AttributedType, ? super Id> m) Normalizes the suppliedCollection
ofBean
s and returns aSelectable
for it and the suppliedMatcher
.Method parameters in org.microbean.bean with type arguments of type BeanModifier and TypeMethodDescriptionBeans.normalize
(Collection<? extends Bean<?>> beans) Returns an immutableList
containing a subset of distinct elements contained in the suppliedCollection
, sorted in a deliberately unspecified fashion.static final Selectable
<AttributedType, Bean<?>> Selectables.typesafeReducing
(Collection<? extends Bean<?>> beans, Matcher<? super AttributedType, ? super Id> m) Normalizes the suppliedCollection
ofBean
s and returns aSelectable
for it and the suppliedMatcher
.Constructors in org.microbean.bean with parameters of type BeanModifierConstructorDescriptionBeanReduction
(AttributedType attributedType, Bean<I> bean) Deprecated.Creates a newBeanReduction
.