Modifier and Type | Method and Description |
---|---|
Supplier<AbstractTreeGridMiniAppBean> |
AbstractTreeGridMiniAppBean.beanSupplier() |
Supplier<UIOptions> |
AbstractTreeGridMiniAppBean.uiOptionsSupplier() |
Constructor and Description |
---|
AssignmentFilterState(Supplier<AssignmentFilterState.Model> modelSupplier) |
MXSerializationHelper(Supplier<UserInfo> userInfo) |
Constructor and Description |
---|
ModelSerializer(Supplier<UIOptions> optionsSupplier,
UISerializationHelper helper) |
UISerializer(Supplier<UIOptions> optionsSupplier,
Supplier<AbstractTreeGridMiniAppBean> beanSupplier) |
UISerializer(Supplier<UIOptions> optionsSupplier,
Supplier<AbstractTreeGridMiniAppBean> beanSupplier) |
Constructor and Description |
---|
ModelSerializer(Supplier<UIOptions> optionsSupplier,
MaxSerializationHelper helper) |
UISerializer(Supplier<UIOptions> optionsSupplier,
Supplier<AbstractTreeGridMiniAppBean> beanSupplier) |
UISerializer(Supplier<UIOptions> optionsSupplier,
Supplier<AbstractTreeGridMiniAppBean> beanSupplier) |
Modifier and Type | Method and Description |
---|---|
static <O> Supplier<O> |
Supplier.Factory.cache(Supplier<O> in)
Creates a supplier that defers creating the object until it is needed, and then will always
return the same object for future calls to get().
|
static <O> Supplier<O> |
Supplier.Factory.forObject(O in)
Creates a supplier that always returns the given object.
|
Modifier and Type | Method and Description |
---|---|
static <O> Supplier<O> |
Supplier.Factory.cache(Supplier<O> in)
Creates a supplier that defers creating the object until it is needed, and then will always
return the same object for future calls to get().
|