Interface Offset<V>

Type Parameters:
V - the value to which the offset can be applied
All Superinterfaces:
Function<V,V>, UnaryOperator<V>
All Known Implementing Classes:
Offset.DefaultOffset, Offset.DurationOffset, Offset.InstantOffset, Offset.TemporalOffset

public interface Offset<V> extends UnaryOperator<V>
Encapsulates an offset that can be applied to a value.
Author:
Paul Ferraro