Uses of Interface
net.sf.jkniv.whinstone.classification.Transformable
-
Packages that use Transformable Package Description net.sf.jkniv.whinstone net.sf.jkniv.whinstone.classification -
-
Uses of Transformable in net.sf.jkniv.whinstone
Methods in net.sf.jkniv.whinstone that return Transformable Modifier and Type Method Description Transformable<T>ResultRow. getTransformable() -
Uses of Transformable in net.sf.jkniv.whinstone.classification
Classes in net.sf.jkniv.whinstone.classification that implement Transformable Modifier and Type Class Description classMapTransformclassObjectTransformclassResultSetTransformConstructors in net.sf.jkniv.whinstone.classification with parameters of type Transformable Constructor Description GroupingBy(List<String> keys, Class<T> type, Transformable<R> transform)
-