T - the source typeR - the result type@FunctionalInterface public interface TemporalConverter<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T source,
Optional<ZoneId> zone)
Convert one temporal type to another temporal type
|
Copyright © 2021 eXparity Limited. All rights reserved.