public interface TemporalFillers<T extends Temporal,C extends Column<T>>
Modifier and Type | Method and Description |
---|---|
default C |
fillWith(Iterable<T> iterable) |
C |
fillWith(Iterator<T> iterator) |
C |
fillWith(Supplier<T> supplier) |
Copyright © 2020. All rights reserved.