-
Method Summary
Divides the given
Interval
into smaller intervals of the given duration.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet
-
Method Details
-
divide
Divides the given
Interval
into smaller intervals of the given duration.
- Parameters:
interval
- must not be null.
duration
- must not be null.
- Returns:
-