Uses of Interface
guru.mikelue.foxglove.functional.RowIndexToValue
Packages that use RowIndexToValue
Package
Description
Provides utilities for
functional interfaces.This package provides the JDBC implementation of
DataGenerator, TableFacet.-
Uses of RowIndexToValue in guru.mikelue.foxglove.functional
Methods in guru.mikelue.foxglove.functional with parameters of type RowIndexToValueModifier and TypeMethodDescriptionstatic <T> RowIndexToValueSupplier<T> RowIndexToValueSupplier.of(RowIndexToValue<T> toValueFunc) Creates the supplier with given function to get value at specified row index. -
Uses of RowIndexToValue in guru.mikelue.foxglove.jdbc
Methods in guru.mikelue.foxglove.jdbc with parameters of type RowIndexToValueModifier and TypeMethodDescriptionColumnSettingSteps.ColumnSimpleStep.forRow(RowIndexToValue<? extends T> rowIndexToValue) Uses a function that converts row index to value.