Uses of Interface
in.hocg.boot.utils.lambda.SFunction
-
Packages that use SFunction Package Description in.hocg.boot.utils in.hocg.boot.utils.ext in.hocg.boot.utils.lambda in.hocg.boot.utils.lambda.map in.hocg.boot.utils.utils -
-
Uses of SFunction in in.hocg.boot.utils
Methods in in.hocg.boot.utils with parameters of type SFunction 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 SFunction in in.hocg.boot.utils.ext
Methods in in.hocg.boot.utils.ext with parameters of type SFunction Modifier and Type Method Description MultiList<T>MultiList. add(SFunction<T,?> fn, Object value)<R> List<R>MultiList. get(SFunction<T,?> fn) -
Uses of SFunction in in.hocg.boot.utils.lambda
Methods in in.hocg.boot.utils.lambda with parameters of type SFunction Modifier and Type Method Description static SerializedLambdaSerializedLambda. resolve(SFunction<?,?> lambda) -
Uses of SFunction in in.hocg.boot.utils.lambda.map
Methods in in.hocg.boot.utils.lambda.map with parameters of type SFunction Modifier and Type Method Description default <T> VLambdaMap. get(SFunction<T,?> keyFunction)default <T> IntegerLambdaMap. getAsInt(SFunction<T,?> keyFunction)default <T> StringLambdaMap. getAsString(SFunction<T,?> keyFunction)default <T> VLambdaMap. getOrDefault(SFunction<T,?> keyFunction, V defaultValue)default <T> StringLambdaMap. key(SFunction<T,?> keyFunction)default <T> VLambdaMap. put(SFunction<T,?> keyFunction, V value)default <T> VLambdaMap. remove(SFunction<T,?> keyFunction) -
Uses of SFunction in in.hocg.boot.utils.utils
Methods in in.hocg.boot.utils.utils with parameters of type SFunction Modifier and Type Method Description <T> StringLambdaUtils. getColumnName(SFunction<T,?> lambda)获取数据库字段名<T> StringLambdaUtils. getMethodName(SFunction<T,?> lambda)获取方法名称<T> StringLambdaUtils. getPropertyName(SFunction<T,?> lambda)获取属性名称
-