|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.op4j.jodatime.functions.FnJodaTimeUtils
public class FnJodaTimeUtils
| Method Summary | ||
|---|---|---|
static
|
baseDateTimeFieldArrayToInterval()
|
|
static
|
baseDateTimeFieldArrayToInterval(org.joda.time.Chronology chronology)
|
|
static
|
baseDateTimeFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
|
|
static
|
baseDateTimeFieldArrayToPeriod()
|
|
static
|
baseDateTimeFieldArrayToPeriod(org.joda.time.Chronology chronology)
|
|
static
|
baseDateTimeFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|
static
|
baseDateTimeFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> |
baseDateTimeFieldCollectionToInterval()
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> |
baseDateTimeFieldCollectionToInterval(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> |
baseDateTimeFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> |
baseDateTimeFieldCollectionToPeriod()
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> |
baseDateTimeFieldCollectionToPeriod(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> |
baseDateTimeFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> |
baseDateTimeFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
baseDateTimeToStr(org.joda.time.format.DateTimeFormatter formatter)
It converts the given BaseDateTime into a String by means of the given DateTimeFormatter |
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format)
It converts the given BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
It converts the given BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
It converts the given BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> |
baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
It converts the given BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static
|
calendarFieldArrayToInterval()
It creates an Interval with the given Calendar targets as the start
and end of the Interval |
|
static
|
calendarFieldArrayToInterval(org.joda.time.Chronology chronology)
It creates an Interval with the given Calendar targets as the start and end. |
|
static
|
calendarFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval with the given Calendar targets as the start and end. |
|
static
|
calendarFieldArrayToPeriod()
|
|
static
|
calendarFieldArrayToPeriod(org.joda.time.Chronology chronology)
|
|
static
|
calendarFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|
static
|
calendarFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> |
calendarFieldCollectionToInterval()
It creates an Interval with the given Calendar targets as the start
and end of the Interval |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> |
calendarFieldCollectionToInterval(org.joda.time.Chronology chronology)
It creates an Interval with the given Calendar targets as the start and end. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> |
calendarFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval with the given Calendar targets as the start and end. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> |
calendarFieldCollectionToPeriod()
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> |
calendarFieldCollectionToPeriod(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> |
calendarFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> |
calendarFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static
|
calendarToDateMidnight()
It converts a Calendar into a DateMidnight |
|
static
|
calendarToDateMidnight(org.joda.time.Chronology chronology)
It converts a Calendar into a DateMidnight with the given Chronology |
|
static
|
calendarToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a DateMidnight in the given DateTimeZone |
|
static
|
calendarToDateTime()
It converts a Calendar into a DateTime |
|
static
|
calendarToDateTime(org.joda.time.Chronology chronology)
It converts a Calendar into a DateTime with the given Chronology |
|
static
|
calendarToDateTime(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a DateTime in the given DateTimeZone |
|
static
|
calendarToLocalDate()
It converts a Calendar into a LocalDate |
|
static
|
calendarToLocalDate(org.joda.time.Chronology chronology)
It converts a Calendar into a LocalDate with the given Chronology |
|
static
|
calendarToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a LocalDate in the given DateTimeZone |
|
static
|
calendarToLocalTime()
It converts a Calendar into a LocalTime |
|
static
|
calendarToLocalTime(org.joda.time.Chronology chronology)
It converts a Calendar into a LocalTime with the given Chronology |
|
static
|
calendarToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a LocalTime in the given DateTimeZone |
|
static
|
dateFieldArrayToInterval()
It creates an Interval from the given Date elements. |
|
static
|
dateFieldArrayToInterval(org.joda.time.Chronology chronology)
It creates an Interval from the given Date elements. |
|
static
|
dateFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given Date elements. |
|
static
|
dateFieldArrayToPeriod()
|
|
static
|
dateFieldArrayToPeriod(org.joda.time.Chronology chronology)
|
|
static
|
dateFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|
static
|
dateFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> |
dateFieldCollectionToInterval()
It creates an Interval from the given Date elements |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> |
dateFieldCollectionToInterval(org.joda.time.Chronology chronology)
It creates an Interval from the given Date elements. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> |
dateFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given Date elements. |
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> |
dateFieldCollectionToPeriod()
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> |
dateFieldCollectionToPeriod(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> |
dateFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> |
dateFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static
|
dateToDateMidnight()
The given Date is converted into a DateMidnight |
|
static
|
dateToDateMidnight(org.joda.time.Chronology chronology)
The given Date is converted into a DateMidnight with the given
Chronology |
|
static
|
dateToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a DateMidnight configured with the given
DateTimeZone |
|
static
|
dateToDateTime()
The given Date is converted into a DateTime |
|
static
|
dateToDateTime(org.joda.time.Chronology chronology)
The given Date is converted into a DateTime with the given
Chronology |
|
static
|
dateToDateTime(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a DateTime configured with the given
DateTimeZone |
|
static
|
dateToLocalDate()
The given Date is converted into a LocalDate |
|
static
|
dateToLocalDate(org.joda.time.Chronology chronology)
The given Date is converted into a LocalDate with the given
Chronology |
|
static
|
dateToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a LocalDate configured with the given
DateTimeZone |
|
static
|
dateToLocalTime()
The given Date is converted into a LocalTime |
|
static
|
dateToLocalTime(org.joda.time.Chronology chronology)
The given Date is converted into a LocalTime with the given Chronology |
|
static
|
dateToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a LocalTime configured with the given DateTimeZone |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateMidnight> |
integerFieldArrayToDateMidnight()
A DateMidnight is created from the given Integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateMidnight> |
integerFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the given Integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateTime> |
integerFieldArrayToDateTime()
A DateTime is created from the given Integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateTime> |
integerFieldArrayToDateTime(org.joda.time.Chronology chronology)
A DateTime is created from the given Integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> |
integerFieldArrayToInterval()
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> |
integerFieldArrayToInterval(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> |
integerFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalDate> |
integerFieldArrayToLocalDate()
A LocalDate is created from the given integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalDate> |
integerFieldArrayToLocalDate(org.joda.time.Chronology chronology)
A LocalDate is created from the given integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> |
integerFieldArrayToLocalTime()
A LocalTime is created from the given Integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> |
integerFieldArrayToLocalTime(org.joda.time.Chronology chronology)
A LocalTime is created from the given Integer array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Period> |
integerFieldArrayToPeriod()
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Period> |
integerFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateMidnight> |
integerFieldCollectionToDateMidnight()
A DateMidnight is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateMidnight> |
integerFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateTime> |
integerFieldCollectionToDateTime()
A DateTime is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateTime> |
integerFieldCollectionToDateTime(org.joda.time.Chronology chronology)
A DateTime is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> |
integerFieldCollectionToInterval()
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> |
integerFieldCollectionToInterval(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> |
integerFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalDate> |
integerFieldCollectionToLocalDate()
A LocalDate is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalDate> |
integerFieldCollectionToLocalDate(org.joda.time.Chronology chronology)
A LocalDate is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> |
integerFieldCollectionToLocalTime()
A LocalTime is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> |
integerFieldCollectionToLocalTime(org.joda.time.Chronology chronology)
A LocalTime is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Period> |
integerFieldCollectionToPeriod()
A Period is created either: From a set of Integer representing the hours, minutes, seconds and milliseconds
From a set of Integer representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Period> |
integerFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> |
localDateToStr(org.joda.time.format.DateTimeFormatter formatter)
It converts the given LocalDate into a String by means of the given DateTimeFormatter |
|
static org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> |
localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format)
It converts the given LocalDate into a String by means of the given pattern
or style (depending on the formatType value) |
|
static org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> |
localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
It converts the given LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Chronology |
|
static org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> |
localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
It converts the given LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale |
|
static org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> |
localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
It converts the given LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale |
|
static org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> |
localTimeToStr(org.joda.time.format.DateTimeFormatter formatter)
It converts the given LocalTime into a String by means of the given DateTimeFormatter |
|
static org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> |
localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format)
It converts the given LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> |
localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
It converts the given LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> |
localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
It converts the given LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> |
localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
It converts the given LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter). |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> |
longFieldArrayToInterval()
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> |
longFieldArrayToInterval(org.joda.time.Chronology chronology)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> |
longFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> |
longFieldArrayToPeriod()
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> |
longFieldArrayToPeriod(org.joda.time.Chronology chronology)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> |
longFieldArrayToPeriod(org.joda.time.PeriodType periodType)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> |
longFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> |
longFieldCollectionToInterval()
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> |
longFieldCollectionToInterval(org.joda.time.Chronology chronology)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> |
longFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
The given Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> |
longFieldCollectionToPeriod()
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> |
longFieldCollectionToPeriod(org.joda.time.Chronology chronology)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> |
longFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> |
longFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.DateMidnight> |
longToDateMidnight()
The given long representing the time in milliseconds is converted into a DateMidnight |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.DateMidnight> |
longToDateMidnight(org.joda.time.Chronology chronology)
The given long representing the time in milliseconds is converted into a DateMidnight with the given
Chronology |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.DateMidnight> |
longToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The given long representing the time in milliseconds is converted into a DateMidnight in the given
DateTimeZone |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.DateTime> |
longToDateTime()
The given Long representing the time in milliseconds is converted into a DateTime |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.DateTime> |
longToDateTime(org.joda.time.Chronology chronology)
The given Long representing the time in milliseconds is converted into a DateTime with the given
Chronology |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.DateTime> |
longToDateTime(org.joda.time.DateTimeZone dateTimeZone)
The given Long representing the time in milliseconds is converted into a DateTime in the given
DateTimeZone |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalDate> |
longToLocalDate()
The given long representing the time in milliseconds is converted into a LocalDate |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalDate> |
longToLocalDate(org.joda.time.Chronology chronology)
The given long representing the time in milliseconds is converted into a LocalDate with the given
Chronology |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalDate> |
longToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
The given long representing the time in milliseconds is converted into a LocalDate in the given
DateTimeZone |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> |
longToLocalTime()
The given long representing the time in milliseconds is converted into a LocalTime |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> |
longToLocalTime(org.joda.time.Chronology chronology)
The given long representing the time in milliseconds is converted into a LocalTime with the given Chronology |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> |
longToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
The given long representing the time in milliseconds is converted into a LocalTime in the given DateTimeZone |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> |
longToPeriod()
|
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> |
longToPeriod(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> |
longToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> |
longToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.DateMidnight> |
strFieldArrayToDateMidnight()
A DateMidnight is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.DateMidnight> |
strFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.DateTime> |
strFieldArrayToDateTime()
A DateTime is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.DateTime> |
strFieldArrayToDateTime(org.joda.time.Chronology chronology)
A DateTime is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval()
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
java.util.Locale locale)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
java.lang.String locale)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> |
strFieldArrayToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalDate> |
strFieldArrayToLocalDate()
A LocalDate is created from the given string array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalDate> |
strFieldArrayToLocalDate(org.joda.time.Chronology chronology)
A LocalDate is created from the given string array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> |
strFieldArrayToLocalTime()
A LocalTime is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> |
strFieldArrayToLocalTime(org.joda.time.Chronology chronology)
A LocalTime is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Period> |
strFieldArrayToPeriod()
|
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Period> |
strFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateMidnight> |
strFieldCollectionToDateMidnight()
A DateMidnight is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateMidnight> |
strFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
A DateMidnight is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateTime> |
strFieldCollectionToDateTime()
A DateTime is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateTime> |
strFieldCollectionToDateTime(org.joda.time.Chronology chronology)
A DateTime is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval()
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(org.joda.time.Chronology chronology)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
It converts the given String elements into an Interval. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern)
It creates an Interval using the target String elements as the start and end. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
org.joda.time.Chronology chronology)
It creates an Interval from the given start and end String elements using the given pattern parameter
and with the given Chronology. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given start and end String elements using the given pattern parameter
and with the given DateTimeZone. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
java.util.Locale locale)
It creates an Interval from the given String elements using the given pattern
and Locale parameters |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
java.lang.String locale)
It creates an Interval from the given String elements using the given pattern
and Locale parameters |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> |
strFieldCollectionToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given String elements using the given pattern
and Locale parameters. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalDate> |
strFieldCollectionToLocalDate()
A LocalDate is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalDate> |
strFieldCollectionToLocalDate(org.joda.time.Chronology chronology)
A LocalDate is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> |
strFieldCollectionToLocalTime()
A LocalTime is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> |
strFieldCollectionToLocalTime(org.joda.time.Chronology chronology)
A LocalTime is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Period> |
strFieldCollectionToPeriod()
A Period is created either: From a set of String representing the hours, minutes, seconds and milliseconds
From a set of String representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Period> |
strFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern)
It converts the given String into a DateMidnight using the given pattern parameter. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String into a DateMidnight using the given pattern parameter and with the given
Chronology. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a DateMidnight using the given pattern parameter and with the given
DateTimeZone. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
java.util.Locale locale)
It converts the given String into a DateMidnight using the given pattern and
Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
java.lang.String locale)
It converts the given String into a DateMidnight using the given pattern and
Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> |
strToDateMidnight(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern)
It converts the given String into a DateTime using the
given pattern parameter. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String into a DateTime using the given pattern parameter and with the given
Chronology. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a DateTime using the given pattern parameter and with the given
DateTimeZone. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
java.util.Locale locale)
It converts the given String into a DateTime using the given pattern and
Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It converts the given String into a DateTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a DateTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
java.lang.String locale)
It converts the given String into a DateTime using the given pattern and
Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It converts the given String into a DateTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> |
strToDateTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a DateTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern)
It converts the given String into a LocalDate using the given pattern parameter. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String into a LocalDate using the given pattern parameter and with the given
Chronology. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a LocalDate using the given pattern parameter and with the given
DateTimeZone. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
java.util.Locale locale)
It converts the given String into a LocalDate using the given pattern and
Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It converts the given String into a LocalDate using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a LocalDate using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
java.lang.String locale)
It converts the given String into a LocalDate using the given pattern and
Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It converts the given String into a LocalDate using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> |
strToLocalDate(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a LocalDate using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern)
It converts the given String into a LocalTime using the given pattern parameter. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String into a LocalTime using the given pattern parameter and with the given
Chronology. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a LocalTime using the given pattern parameter and with the given
DateTimeZone. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
java.util.Locale locale)
It converts the given String into a LocalTime using the given pattern and Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
It converts the given String into a LocalTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a LocalTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
java.lang.String locale)
It converts the given String into a LocalTime using the given pattern and Locale parameters |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
It converts the given String into a LocalTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
strToLocalTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
It converts the given String into a LocalTime using the given pattern and Locale parameters. |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> |
timestampFieldArrayToInterval()
The given Timestamp target elements will be used as the start and end
of the Interval returned |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> |
timestampFieldArrayToInterval(org.joda.time.Chronology chronology)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> |
timestampFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone |
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> |
timestampFieldArrayToPeriod()
|
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> |
timestampFieldArrayToPeriod(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> |
timestampFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> |
timestampFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> |
timestampFieldCollectionToInterval()
The given Timestamp target elements will be used as the start and end
of the Interval returned |
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> |
timestampFieldCollectionToInterval(org.joda.time.Chronology chronology)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology |
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> |
timestampFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone |
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> |
timestampFieldCollectionToPeriod()
|
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> |
timestampFieldCollectionToPeriod(org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> |
timestampFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
|
|
static org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> |
timestampFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
|
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> |
timestampToDateMidnight()
The given Timestamp is converted into a DateMidnight |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> |
timestampToDateMidnight(org.joda.time.Chronology chronology)
The given Timestamp is converted into a DateMidnight with the given
Chronology |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> |
timestampToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp is converted into a DateMidnight in the given
DateTimeZone |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> |
timestampToDateTime()
The given Timestamp is converted into a DateTime |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> |
timestampToDateTime(org.joda.time.Chronology chronology)
The given Timestamp is converted into a DateTime with the given
Chronology |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> |
timestampToDateTime(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp is converted into a DateTime in the given
DateTimeZone |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> |
timestampToLocalDate()
The given Timestamp is converted into a LocalDate |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> |
timestampToLocalDate(org.joda.time.Chronology chronology)
The given Timestamp is converted into a LocalDate with the given
Chronology |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> |
timestampToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp is converted into a LocalDate in the given
DateTimeZone |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> |
timestampToLocalTime()
The given Timestamp is converted into a LocalTime |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> |
timestampToLocalTime(org.joda.time.Chronology chronology)
The given Timestamp is converted into a LocalTime with the given Chronology |
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> |
timestampToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp is converted into a LocalTime in the given DateTimeZone |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTime
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - Locale to be used with the given pattern
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimechronology -
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> baseDateTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
BaseDateTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - locale to be used with the given pattern
public static final org.op4j.functions.Function<org.joda.time.base.BaseDateTime,java.lang.String> baseDateTimeToStr(org.joda.time.format.DateTimeFormatter formatter)
BaseDateTime into a String by means of the given DateTimeFormatter
formatter -
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTime
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - locale to be used with the pattern
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimechronology -
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> localTimeToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
LocalTime into a String by means of the given pattern or style
(depending on the value of formatType parameter).
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - locale to be used with the pattern
public static final org.op4j.functions.Function<org.joda.time.LocalTime,java.lang.String> localTimeToStr(org.joda.time.format.DateTimeFormatter formatter)
LocalTime into a String by means of the given DateTimeFormatter
formatter -
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value)
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTime
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.util.Locale locale)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale -
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
org.joda.time.Chronology chronology)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Chronology
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimechronology -
public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> localDateToStr(FnJodaToString.FormatType formatType,
java.lang.String format,
java.lang.String locale)
LocalDate into a String by means of the given pattern
or style (depending on the formatType value) with the given Locale
formatType - format FnJodaToString.FormatTypeformat - string with the format used to convert the target BaseDateTimelocale - public static final org.op4j.functions.Function<org.joda.time.LocalDate,java.lang.String> localDateToStr(org.joda.time.format.DateTimeFormatter formatter)
LocalDate into a String by means of the given DateTimeFormatter
formatter - public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern)
String into a DateMidnight using the given pattern parameter. If
the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
String into a DateMidnight using the given pattern parameter and with the given
DateTimeZone. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
org.joda.time.Chronology chronology)
String into a DateMidnight using the given pattern parameter and with the given
Chronology. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
java.util.Locale locale)
String into a DateMidnight using the given pattern and
Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
java.lang.String locale)
String into a DateMidnight using the given pattern and
Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
DateMidnight using the given pattern and Locale parameters.
The DateMidnight is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
String into a DateMidnight using the given pattern and Locale parameters.
The DateMidnight is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
String into a DateMidnight using the given pattern and Locale parameters.
The DateMidnight will be created with the given Chronology
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateMidnight> strToDateMidnight(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
DateMidnight using the given pattern and Locale parameters.
The DateMidnight will be created with the given Chronology
pattern - locale - chronology - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight()
Date is converted into a DateMidnight
public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
Date is converted into a DateMidnight configured with the given
DateTimeZone
dateTimeZone - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight(org.joda.time.Chronology chronology)
Date is converted into a DateMidnight with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight()
Timestamp is converted into a DateMidnight
public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
Timestamp is converted into a DateMidnight in the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight(org.joda.time.Chronology chronology)
Timestamp is converted into a DateMidnight with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.DateMidnight> longToDateMidnight()
DateMidnight
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.DateMidnight> longToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
DateMidnight in the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.DateMidnight> longToDateMidnight(org.joda.time.Chronology chronology)
DateMidnight with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateMidnight> integerFieldCollectionToDateMidnight()
DateMidnight is created from the given Integer Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateMidnight> integerFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
DateMidnight is created from the given Integer Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateMidnight> integerFieldArrayToDateMidnight()
DateMidnight is created from the given Integer array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateMidnight> integerFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
DateMidnight is created from the given Integer array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateMidnight> strFieldCollectionToDateMidnight()
DateMidnight is created from the given String Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateMidnight> strFieldCollectionToDateMidnight(org.joda.time.Chronology chronology)
DateMidnight is created from the given String Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.DateMidnight> strFieldArrayToDateMidnight()
DateMidnight is created from the given String array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.DateMidnight> strFieldArrayToDateMidnight(org.joda.time.Chronology chronology)
DateMidnight is created from the given String array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight()
Calendar into a DateMidnight
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
Calendar into a DateMidnight in the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight(org.joda.time.Chronology chronology)
Calendar into a DateMidnight with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern)
String into a DateTime using the
given pattern parameter. If the pattern includes either, the name of
the month or day of week, a conversion accepting a Locale must
be used instead
pattern -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
String into a DateTime using the given pattern parameter and with the given
DateTimeZone. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
org.joda.time.Chronology chronology)
String into a DateTime using the given pattern parameter and with the given
Chronology. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
java.util.Locale locale)
String into a DateTime using the given pattern and
Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
java.lang.String locale)
String into a DateTime using the given pattern and
Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
DateTime using the given pattern and Locale parameters.
The DateTime is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
String into a DateTime using the given pattern and Locale parameters.
The DateTime is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
String into a DateTime using the given pattern and Locale parameters.
The DateTime will be created with the given Chronology
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.DateTime> strToDateTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
DateTime using the given pattern and Locale parameters.
The DateTime will be created with the given Chronology
pattern - locale - chronology - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateTime> dateToDateTime()
Date is converted into a DateTime
public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateTime> dateToDateTime(org.joda.time.DateTimeZone dateTimeZone)
Date is converted into a DateTime configured with the given
DateTimeZone
dateTimeZone - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateTime> dateToDateTime(org.joda.time.Chronology chronology)
Date is converted into a DateTime with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> timestampToDateTime()
Timestamp is converted into a DateTime
public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> timestampToDateTime(org.joda.time.DateTimeZone dateTimeZone)
Timestamp is converted into a DateTime in the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> timestampToDateTime(org.joda.time.Chronology chronology)
Timestamp is converted into a DateTime with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.DateTime> longToDateTime()
Long representing the time in milliseconds is converted into a DateTime
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.DateTime> longToDateTime(org.joda.time.DateTimeZone dateTimeZone)
Long representing the time in milliseconds is converted into a DateTime in the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.DateTime> longToDateTime(org.joda.time.Chronology chronology)
Long representing the time in milliseconds is converted into a DateTime with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateTime> integerFieldCollectionToDateTime()
DateTime is created from the given Integer Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateTime> integerFieldCollectionToDateTime(org.joda.time.Chronology chronology)
DateTime is created from the given Integer Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateTime> integerFieldArrayToDateTime()
DateTime is created from the given Integer array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateTime> integerFieldArrayToDateTime(org.joda.time.Chronology chronology)
DateTime is created from the given Integer array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateTime> strFieldCollectionToDateTime()
DateTime is created from the given String Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateTime> strFieldCollectionToDateTime(org.joda.time.Chronology chronology)
DateTime is created from the given String Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.DateTime> strFieldArrayToDateTime()
DateTime is created from the given String array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.DateTime> strFieldArrayToDateTime(org.joda.time.Chronology chronology)
DateTime is created from the given String array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateTime> calendarToDateTime()
Calendar into a DateTime
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateTime> calendarToDateTime(org.joda.time.DateTimeZone dateTimeZone)
Calendar into a DateTime in the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateTime> calendarToDateTime(org.joda.time.Chronology chronology)
Calendar into a DateTime with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval()
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input collections are:
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input collections are:
dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input collections are:
chronology -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern)
Interval using the target String elements as the start and end. The given pattern
will be used to create the DateTime objects from the given String elements. If
the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
Interval from the given start and end String elements using the given pattern parameter
and with the given DateTimeZone. If the pattern includes either, the name of the month or
day of week, a conversion accepting a Locale must be used instead
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
org.joda.time.Chronology chronology)
Interval from the given start and end String elements using the given pattern parameter
and with the given Chronology. If the pattern includes either, the name of the month or
day of week, a conversion accepting a Locale must be used instead
pattern - chronology -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
java.util.Locale locale)
Interval from the given String elements using the given pattern
and Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
java.lang.String locale)
Interval from the given String elements using the given pattern
and Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
Interval from the given String elements using the given pattern
and Locale parameters. The given DateTimeZone will be used to create the Interval.
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
Interval from the given String elements using the given pattern
and Locale parameters. The given DateTimeZone will be used to create the Interval.
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
Interval from the given String elements using the given pattern
and Locale parameters. The given Chronology will be used to create the Interval.
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
Interval from the given String elements using the given pattern
and Locale parameters. The given Chronology will be used to create the Interval.
pattern - locale - chronology - public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval()
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
chronology -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - chronology -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
java.util.Locale locale)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
java.lang.String locale)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
String elements into an Interval.
The target String elements represent the start and end of the Interval. The accepted input arrays are:
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> dateFieldCollectionToInterval()
Interval from the given Date elements
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> dateFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
Interval from the given Date elements.
The Interval will be created with the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> dateFieldCollectionToInterval(org.joda.time.Chronology chronology)
Interval from the given Date elements.
The Interval will be created with the given Chronology
chronology - public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> dateFieldArrayToInterval()
Interval from the given Date elements.
public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> dateFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
Interval from the given Date elements.
The Interval will be created with the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> dateFieldArrayToInterval(org.joda.time.Chronology chronology)
Interval from the given Date elements.
The Interval will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> timestampFieldCollectionToInterval()
Timestamp target elements will be used as the start and end
of the Interval returned
public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> timestampFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> timestampFieldCollectionToInterval(org.joda.time.Chronology chronology)
Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology
chronology - public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> timestampFieldArrayToInterval()
Timestamp target elements will be used as the start and end
of the Interval returned
public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> timestampFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
Timestamp target elements will be used as the start and end
of the Interval returned with the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> timestampFieldArrayToInterval(org.joda.time.Chronology chronology)
Timestamp target elements will be used as the start and end
of the Interval returned with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> longFieldCollectionToInterval()
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> longFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Interval> longFieldCollectionToInterval(org.joda.time.Chronology chronology)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> longFieldArrayToInterval()
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned
public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> longFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> longFieldArrayToInterval(org.joda.time.Chronology chronology)
Long targets representing the time in milliseconds will be used as the start
and end of the Interval returned. The Interval will be created with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> integerFieldCollectionToInterval()
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> integerFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> integerFieldCollectionToInterval(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> integerFieldArrayToInterval()
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> integerFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> integerFieldArrayToInterval(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> calendarFieldCollectionToInterval()
Interval with the given Calendar targets as the start
and end of the Interval
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> calendarFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
Interval with the given Calendar targets as the start and end.
Such an Interval will be created in the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> calendarFieldCollectionToInterval(org.joda.time.Chronology chronology)
Interval with the given Calendar targets as the start and end.
The Interval will be created with the given Chronology
chronology - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> calendarFieldArrayToInterval()
Interval with the given Calendar targets as the start
and end of the Interval
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> calendarFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
Interval with the given Calendar targets as the start and end.
Such an Interval will be created in the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> calendarFieldArrayToInterval(org.joda.time.Chronology chronology)
Interval with the given Calendar targets as the start and end.
The Interval will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> baseDateTimeFieldCollectionToInterval()
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> baseDateTimeFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> baseDateTimeFieldCollectionToInterval(org.joda.time.Chronology chronology)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> baseDateTimeFieldArrayToInterval()
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> baseDateTimeFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> baseDateTimeFieldArrayToInterval(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern)
String into a LocalDate using the given pattern parameter. If
the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
String into a LocalDate using the given pattern parameter and with the given
DateTimeZone. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
org.joda.time.Chronology chronology)
String into a LocalDate using the given pattern parameter and with the given
Chronology. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
java.util.Locale locale)
String into a LocalDate using the given pattern and
Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
java.lang.String locale)
String into a LocalDate using the given pattern and
Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
LocalDate using the given pattern and Locale parameters.
The DateTime is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
String into a LocalDate using the given pattern and Locale parameters.
The DateTime is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
String into a LocalDate using the given pattern and Locale parameters.
The DateTime will be created with the given Chronology
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalDate> strToLocalDate(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
LocalDate using the given pattern and Locale parameters.
The DateTime will be created with the given Chronology
pattern - locale - chronology - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalDate> dateToLocalDate()
Date is converted into a LocalDate
public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalDate> dateToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
Date is converted into a LocalDate configured with the given
DateTimeZone
dateTimeZone - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalDate> dateToLocalDate(org.joda.time.Chronology chronology)
Date is converted into a LocalDate with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> timestampToLocalDate()
Timestamp is converted into a LocalDate
public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> timestampToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
Timestamp is converted into a LocalDate in the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> timestampToLocalDate(org.joda.time.Chronology chronology)
Timestamp is converted into a LocalDate with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalDate> longToLocalDate()
LocalDate
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalDate> longToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
LocalDate in the given
DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalDate> longToLocalDate(org.joda.time.Chronology chronology)
LocalDate with the given
Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalDate> integerFieldCollectionToLocalDate()
LocalDate is created from the given Integer Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalDate> integerFieldCollectionToLocalDate(org.joda.time.Chronology chronology)
LocalDate is created from the given Integer Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalDate> integerFieldArrayToLocalDate()
LocalDate is created from the given integer array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalDate> integerFieldArrayToLocalDate(org.joda.time.Chronology chronology)
LocalDate is created from the given integer array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalDate> strFieldCollectionToLocalDate()
LocalDate is created from the given String Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalDate> strFieldCollectionToLocalDate(org.joda.time.Chronology chronology)
LocalDate is created from the given String Collection.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalDate> strFieldArrayToLocalDate()
LocalDate is created from the given string array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1.
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalDate> strFieldArrayToLocalDate(org.joda.time.Chronology chronology)
LocalDate is created from the given string array.
Year, month, day can be used. If not all of them set, the last ones will be set to 1
The result will be created with the given Chronology
chronology - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalDate> calendarToLocalDate()
Calendar into a LocalDate
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalDate> calendarToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
Calendar into a LocalDate in the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalDate> calendarToLocalDate(org.joda.time.Chronology chronology)
Calendar into a LocalDate with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern)
String into a LocalTime using the given pattern parameter. If
the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
LocalTime using the given pattern parameter and with the given
DateTimeZone. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
org.joda.time.Chronology chronology)
String into a LocalTime using the given pattern parameter and with the given
Chronology. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
java.util.Locale locale)
String into a LocalTime using the given pattern and Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
java.lang.String locale)
String into a LocalTime using the given pattern and Locale parameters
pattern - locale -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
String into a LocalTime using the given pattern and Locale parameters.
The DateTime is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
String into a LocalTime using the given pattern and Locale parameters.
The DateTime is configured with the given DateTimeZone
pattern - locale - dateTimeZone -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
String into a LocalTime using the given pattern and Locale parameters.
The DateTime will be created with the given Chronology
pattern - locale - chronology -
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> strToLocalTime(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
String into a LocalTime using the given pattern and Locale parameters.
The DateTime will be created with the given Chronology
pattern - locale - chronology - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> dateToLocalTime()
Date is converted into a LocalTime
public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> dateToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
Date is converted into a LocalTime configured with the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> dateToLocalTime(org.joda.time.Chronology chronology)
Date is converted into a LocalTime with the given Chronology
chronology - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> timestampToLocalTime()
Timestamp is converted into a LocalTime
public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> timestampToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
Timestamp is converted into a LocalTime in the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> timestampToLocalTime(org.joda.time.Chronology chronology)
Timestamp is converted into a LocalTime with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> longToLocalTime()
LocalTime
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> longToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
LocalTime in the given DateTimeZone
dateTimeZone - public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> longToLocalTime(org.joda.time.Chronology chronology)
LocalTime with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> integerFieldCollectionToLocalTime()
LocalTime is created from the given Integer Collection.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> integerFieldCollectionToLocalTime(org.joda.time.Chronology chronology)
LocalTime is created from the given Integer Collection.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> integerFieldArrayToLocalTime()
LocalTime is created from the given Integer array.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0.
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> integerFieldArrayToLocalTime(org.joda.time.Chronology chronology)
LocalTime is created from the given Integer array.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> strFieldCollectionToLocalTime()
LocalTime is created from the given String Collection.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0.
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> strFieldCollectionToLocalTime(org.joda.time.Chronology chronology)
LocalTime is created from the given String Collection.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0
The result will be created with the given Chronology
chronology - public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> strFieldArrayToLocalTime()
LocalTime is created from the given String array.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0.
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> strFieldArrayToLocalTime(org.joda.time.Chronology chronology)
LocalTime is created from the given String array.
Hour, minute, second and millisecond can be used. If not all of them set, the last ones will be set to 0
The result will be created with the given Chronology
chronology - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> calendarToLocalTime()
Calendar into a LocalTime
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> calendarToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
Calendar into a LocalTime in the given DateTimeZone
dateTimeZone - public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> calendarToLocalTime(org.joda.time.Chronology chronology)
Calendar into a LocalTime with the given Chronology
chronology - public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod()
Period created from the Date target elements given as the start
and end of such Periodpublic static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod(org.joda.time.Chronology chronology)
chronology - Chronology the Period is being created with
Period created from the Date target elements given as the start
and end of such Periodpublic static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod()
public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod(org.joda.time.Chronology chronology)
public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod(org.joda.time.PeriodType periodType)
public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod()
public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod()
public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod()
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod(org.joda.time.Chronology chronology)
chronology - the Chronology the returned Period will
be created with
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod(org.joda.time.PeriodType periodType)
periodType - the PeriodType the returned Period will
be created with
public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
periodType - the PeriodType the returned Period will
be created withchronology - the Chronology the returned Period will
be created with
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> longFieldCollectionToPeriod()
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> longFieldCollectionToPeriod(org.joda.time.Chronology chronology)
chronology - Chronology the Period will be created with
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> longFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
periodType - PeriodType the Period will be created with
Period represented by the given start and end instants
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Long>,org.joda.time.Period> longFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
periodType - PeriodType the Period will be created withchronology - Chronology the Period will be created with
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> longFieldArrayToPeriod()
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> longFieldArrayToPeriod(org.joda.time.Chronology chronology)
chronology - Chronology the Period will be created with
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> longFieldArrayToPeriod(org.joda.time.PeriodType periodType)
periodType - PeriodType the Period will be created with
Period represented by the given start and end instants
public static final org.op4j.functions.Function<java.lang.Long[],org.joda.time.Period> longFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
periodType - PeriodType the Period will be created withchronology - Chronology the Period will be created with
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod()
Period represented by the given start and end instantspublic static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod()
Period represented by the given start and end instantspublic static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod(org.joda.time.Chronology chronology)
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod(org.joda.time.PeriodType periodType)
public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> baseDateTimeFieldCollectionToPeriod()
Period represented by the given start and end
BaseDateTime elementspublic static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> baseDateTimeFieldCollectionToPeriod(org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> baseDateTimeFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> baseDateTimeFieldCollectionToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Period> baseDateTimeFieldArrayToPeriod()
Period represented by the given start and end
BaseDateTime elementspublic static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Period> baseDateTimeFieldArrayToPeriod(org.joda.time.Chronology chronology)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Period> baseDateTimeFieldArrayToPeriod(org.joda.time.PeriodType periodType)
public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Period> baseDateTimeFieldArrayToPeriod(org.joda.time.PeriodType periodType,
org.joda.time.Chronology chronology)
public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Period> integerFieldCollectionToPeriod()
Integer representing the hours, minutes, seconds and millisecondsInteger representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
Periodpublic static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Period> integerFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Period> integerFieldArrayToPeriod()
public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Period> integerFieldArrayToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Period> strFieldCollectionToPeriod()
String representing the hours, minutes, seconds and millisecondsString representing the years, months, weeks, days, hours, minutes, seconds and milliseconds
Periodpublic static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Period> strFieldCollectionToPeriod(org.joda.time.PeriodType periodType)
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Period> strFieldArrayToPeriod()
public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Period> strFieldArrayToPeriod(org.joda.time.PeriodType periodType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||