Uses of Class
cn.dinodev.spring.commons.data.Option
Packages that use Option
-
Uses of Option in cn.dinodev.spring.commons.data
Methods in cn.dinodev.spring.commons.data that return OptionModifier and TypeMethodDescriptionstatic <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl) 从 ValueLabel 对象创建一个 Option 对象。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Function<V, String> iconMapper) 从 ValueLabel 对象创建一个 Option 对象,并映射图标。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Function<V, String> iconMapper, Function<V, String> styleMapper) 从 ValueLabel 对象创建一个 Option 对象,并映射图标和样式。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Function<V, String> iconMapper, Function<V, String> styleMapper, Function<V, String> descMapper) 从 ValueLabel 对象创建一个 Option 对象,并映射图标、样式和描述。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Supplier<String> iconSupplier) 从 ValueLabel 对象创建一个 Option 对象,并映射图标。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Supplier<String> iconSupplier, Supplier<String> styleSupplier) 从 ValueLabel 对象创建一个 Option 对象,并映射图标和样式。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Supplier<String> iconSupplier, Supplier<String> styleSupplier, Supplier<String> descSupplier) 从 ValueLabel 对象创建一个 Option 对象,并映射图标、样式和描述。