Uses of Class
guru.mikelue.foxglove.functional.RowIndexToValueSupplier
Packages that use RowIndexToValueSupplier
-
Uses of RowIndexToValueSupplier in guru.mikelue.foxglove.functional
Methods in guru.mikelue.foxglove.functional that return RowIndexToValueSupplierModifier and TypeMethodDescriptionstatic <T> RowIndexToValueSupplier<T> RowIndexToValueSupplier.of(RowIndexToValue<T> toValueFunc) Creates the supplier with given function to get value at specified row index.