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