Package org.exparity.hamcrest.date.core
Interface TemporalConverter<T,R>
-
- Type Parameters:
T- the source typeR- the result type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TemporalConverter<T,R>
Convert one temporal type to another temporal type- Author:
- Stewart Bissett
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T source, Optional<ZoneId> zone)Convert one temporal type to another temporal type
-