Uses of Class
org.ojalgo.type.context.TemporalContext
-
Packages that use TemporalContext Package Description org.ojalgo.type.context -
-
Uses of TemporalContext in org.ojalgo.type.context
Methods in org.ojalgo.type.context that return TemporalContext Modifier and Type Method Description static <T extends java.time.temporal.Temporal>
TemporalContext<T>TemporalContext. of(java.time.format.DateTimeFormatter formatter)
static <T extends java.time.temporal.Temporal>
TemporalContext<T>TemporalContext. of(java.time.format.DateTimeFormatter formatter, java.time.temporal.TemporalAdjuster adjuster)
TemporalContext<T>
TemporalContext. withAdjuster(java.time.temporal.TemporalAdjuster adjuster)
TemporalContext<T>
TemporalContext. withFormatter(java.time.format.DateTimeFormatter formatter)
-