T
- Type of columns set by the filler.@FunctionalInterface public interface ColumnFiller<T>
When convenient, custom column fillers can be set for data set builders
using DataSetBuilder.set(String, ColumnFiller)
.
Note that the DataSetBuilder
class already provides various
convenience methods that abstract the creation
of commonly used column fillers.
Modifier and Type | Method and Description |
---|---|
T |
next()
Get next value.
|
T next()
Copyright © 2016–2021 JDBDT. All rights reserved.