Uses of Class
in.hocg.boot.utils.Rules
-
Packages that use Rules Package Description in.hocg.boot.utils -
-
Uses of Rules in in.hocg.boot.utils
Methods in in.hocg.boot.utils that return Rules Modifier and Type Method Description static <K> Rules<K>Rules. create()Rules<K>Rules. defRule(Supplier<?> fs)Rules<K>Rules. rule(Function<K,Boolean> match, Supplier<?> fs)Rules<K>Rules. rule(K type, Supplier<?> fs)
-