Uses of Class
in.hocg.boot.utils.ext.MultiList
-
Packages that use MultiList Package Description in.hocg.boot.utils in.hocg.boot.utils.ext -
-
Uses of MultiList in in.hocg.boot.utils
Methods in in.hocg.boot.utils that return MultiList Modifier and Type Method Description <V> MultiList<V>LangUtils. toMultiList(Iterable<V> values, boolean filterNull, SFunction<V,?>... fnList)<V> MultiList<V>LangUtils. toMultiList(Iterable<V> values, SFunction<V,?>... fnList) -
Uses of MultiList in in.hocg.boot.utils.ext
Methods in in.hocg.boot.utils.ext that return MultiList Modifier and Type Method Description MultiList<T>MultiList. add(SFunction<T,?> fn, Object value)
-