Uses of Package
guru.mikelue.foxglove.functional
Packages that use guru.mikelue.foxglove.functional
Package
Description
This package contains annotations for Foxglove library.
Provides utilities for
functional interfaces.This package provides the JDBC implementation of
DataGenerator, TableFacet.This package provides classes to handle settings for data generating.
-
Classes in guru.mikelue.foxglove.functional used by guru.mikelue.foxglove.annotationClassDescriptionProvides
DataGeneratorinstances, this interface is usually used by JUnit extension or TestExecutionListener of SpringFramework.Provides a list ofTableFacets, this interface is usually used by JUnit extension or TestExecutionListener of SpringFramework. -
Classes in guru.mikelue.foxglove.functional used by guru.mikelue.foxglove.functionalClassDescriptionSupplies values in round-robin manner from the given list.This interface defines the action to convert a row index to a value.This is a stateful
Supplier, which need client code to implementsFunction.apply(T)method.Supplies consequent number with customizable start and steps.Provides a list ofTableFacets, this interface is usually used by JUnit extension or TestExecutionListener of SpringFramework. -
Classes in guru.mikelue.foxglove.functional used by guru.mikelue.foxglove.jdbcClassDescriptionThis interface defines the action to convert a row index to a value.
-
Classes in guru.mikelue.foxglove.functional used by guru.mikelue.foxglove.settingClassDescriptionDefines the matcher for column metadata.Form a given context, decides the corresponding
Supplier.