public interface DateTimeFillers<T>
Modifier and Type | Method and Description |
---|---|
default T |
fillWith(Iterable<LocalDateTime> iterable) |
T |
fillWith(Iterator<LocalDateTime> iterator) |
T |
fillWith(Supplier<LocalDateTime> supplier) |
T fillWith(Iterator<LocalDateTime> iterator)
default T fillWith(Iterable<LocalDateTime> iterable)
T fillWith(Supplier<LocalDateTime> supplier)
Copyright © 2018. All rights reserved.