org.op4j.jodatime.functions
Class FnJodaTimeUtils

java.lang.Object
  extended by org.op4j.jodatime.functions.FnJodaTimeUtils

public class FnJodaTimeUtils
extends java.lang.Object

Since:
1.0
Author:
Soraya Sánchez Labandeira

Method Summary
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Interval>
baseDateTimeFieldArrayToInterval()
           
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Interval>
baseDateTimeFieldArrayToInterval(org.joda.time.Chronology chronology)
           
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Interval>
baseDateTimeFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
           
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Period>
baseDateTimeFieldArrayToPeriod()
           
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Period>
baseDateTimeFieldArrayToPeriod(org.joda.time.Chronology chronology)
           
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Period>
baseDateTimeFieldArrayToPeriod(org.joda.time.PeriodType periodType)
           
static
<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)
           
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
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Interval>
calendarFieldArrayToInterval()
          It creates an Interval with the given Calendar targets as the start and end of the Interval
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Interval>
calendarFieldArrayToInterval(org.joda.time.Chronology chronology)
          It creates an Interval with the given Calendar targets as the start and end.
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Interval>
calendarFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
          It creates an Interval with the given Calendar targets as the start and end.
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Period>
calendarFieldArrayToPeriod()
           
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Period>
calendarFieldArrayToPeriod(org.joda.time.Chronology chronology)
           
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Period>
calendarFieldArrayToPeriod(org.joda.time.PeriodType periodType)
           
static
<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)
           
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
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.DateMidnight>
calendarToDateMidnight()
          It converts a Calendar into a DateMidnight
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.DateMidnight>
calendarToDateMidnight(org.joda.time.Chronology chronology)
          It converts a Calendar into a DateMidnight with the given Chronology
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.DateMidnight>
calendarToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
          It converts a Calendar into a DateMidnight in the given DateTimeZone
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.DateTime>
calendarToDateTime()
          It converts a Calendar into a DateTime
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.DateTime>
calendarToDateTime(org.joda.time.Chronology chronology)
          It converts a Calendar into a DateTime with the given Chronology
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.DateTime>
calendarToDateTime(org.joda.time.DateTimeZone dateTimeZone)
          It converts a Calendar into a DateTime in the given DateTimeZone
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.LocalDate>
calendarToLocalDate()
          It converts a Calendar into a LocalDate
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.LocalDate>
calendarToLocalDate(org.joda.time.Chronology chronology)
          It converts a Calendar into a LocalDate with the given Chronology
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.LocalDate>
calendarToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
          It converts a Calendar into a LocalDate in the given DateTimeZone
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.LocalTime>
calendarToLocalTime()
          It converts a Calendar into a LocalTime
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.LocalTime>
calendarToLocalTime(org.joda.time.Chronology chronology)
          It converts a Calendar into a LocalTime with the given Chronology
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T,org.joda.time.LocalTime>
calendarToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
          It converts a Calendar into a LocalTime in the given DateTimeZone
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Interval>
dateFieldArrayToInterval()
          It creates an Interval from the given Date elements.
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Interval>
dateFieldArrayToInterval(org.joda.time.Chronology chronology)
          It creates an Interval from the given Date elements.
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Interval>
dateFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
          It creates an Interval from the given Date elements.
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Period>
dateFieldArrayToPeriod()
           
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Period>
dateFieldArrayToPeriod(org.joda.time.Chronology chronology)
           
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Period>
dateFieldArrayToPeriod(org.joda.time.PeriodType periodType)
           
static
<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)
           
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
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.DateMidnight>
dateToDateMidnight()
          The given Date is converted into a DateMidnight
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.DateMidnight>
dateToDateMidnight(org.joda.time.Chronology chronology)
          The given Date is converted into a DateMidnight with the given Chronology
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.DateMidnight>
dateToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
          The given Date is converted into a DateMidnight configured with the given DateTimeZone
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.DateTime>
dateToDateTime()
          The given Date is converted into a DateTime
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.DateTime>
dateToDateTime(org.joda.time.Chronology chronology)
          The given Date is converted into a DateTime with the given Chronology
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.DateTime>
dateToDateTime(org.joda.time.DateTimeZone dateTimeZone)
          The given Date is converted into a DateTime configured with the given DateTimeZone
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.LocalDate>
dateToLocalDate()
          The given Date is converted into a LocalDate
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.LocalDate>
dateToLocalDate(org.joda.time.Chronology chronology)
          The given Date is converted into a LocalDate with the given Chronology
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.LocalDate>
dateToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
          The given Date is converted into a LocalDate configured with the given DateTimeZone
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.LocalTime>
dateToLocalTime()
          The given Date is converted into a LocalTime
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.LocalTime>
dateToLocalTime(org.joda.time.Chronology chronology)
          The given Date is converted into a LocalTime with the given Chronology
static
<T extends java.util.Date>
org.op4j.functions.Function<T,org.joda.time.LocalTime>
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

baseDateTimeToStr

public static final 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).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
Returns:

baseDateTimeToStr

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)
It converts the given BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
locale - Locale to be used with the given pattern
Returns:

baseDateTimeToStr

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)
It converts the given BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
chronology -
Returns:

baseDateTimeToStr

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)
It converts the given BaseDateTime into a String by means of the given pattern or style (depending on the value of formatType parameter).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
locale - locale to be used with the given pattern
Returns:

baseDateTimeToStr

public static final 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

Parameters:
formatter -

localTimeToStr

public static final 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).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
Returns:

localTimeToStr

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)
It converts the given LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
locale - locale to be used with the pattern
Returns:

localTimeToStr

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)
It converts the given LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
chronology -
Returns:

localTimeToStr

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)
It converts the given LocalTime into a String by means of the given pattern or style (depending on the value of formatType parameter).

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
locale - locale to be used with the pattern
Returns:

localTimeToStr

public static final 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

Parameters:
formatter -

localDateToStr

public static final 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)

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime

localDateToStr

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)
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

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
locale -

localDateToStr

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)
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

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
chronology -

localDateToStr

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)
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

Parameters:
formatType - format FnJodaToString.FormatType
format - string with the format used to convert the target BaseDateTime
locale -

localDateToStr

public static final 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

Parameters:
formatter -

strToDateMidnight

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -

strToDateMidnight

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
dateTimeZone -

strToDateMidnight

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
chronology -

strToDateMidnight

public static final 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

Parameters:
pattern -
locale -

strToDateMidnight

public static final 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

Parameters:
pattern -
locale -

strToDateMidnight

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)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. The DateMidnight is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToDateMidnight

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)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. The DateMidnight is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToDateMidnight

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)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. The DateMidnight will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

strToDateMidnight

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)
It converts the given String into a DateMidnight using the given pattern and Locale parameters. The DateMidnight will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

dateToDateMidnight

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight()
The given Date is converted into a DateMidnight


dateToDateMidnight

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a DateMidnight configured with the given DateTimeZone

Parameters:
dateTimeZone -

dateToDateMidnight

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateMidnight> dateToDateMidnight(org.joda.time.Chronology chronology)
The given Date is converted into a DateMidnight with the given Chronology

Parameters:
chronology -

timestampToDateMidnight

public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateMidnight> timestampToDateMidnight()
The given Timestamp is converted into a DateMidnight


timestampToDateMidnight

public static final 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

Parameters:
dateTimeZone -

timestampToDateMidnight

public static final 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

Parameters:
chronology -

longToDateMidnight

public static final 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


longToDateMidnight

public static final 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

Parameters:
dateTimeZone -

longToDateMidnight

public static final 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

Parameters:
chronology -

integerFieldCollectionToDateMidnight

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateMidnight> integerFieldCollectionToDateMidnight()
A 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.


integerFieldCollectionToDateMidnight

public static final 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. 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

Parameters:
chronology -

integerFieldArrayToDateMidnight

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateMidnight> integerFieldArrayToDateMidnight()
A 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.


integerFieldArrayToDateMidnight

public static final 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. 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

Parameters:
chronology -

strFieldCollectionToDateMidnight

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateMidnight> strFieldCollectionToDateMidnight()
A 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.


strFieldCollectionToDateMidnight

public static final 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. 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

Parameters:
chronology -

strFieldArrayToDateMidnight

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.DateMidnight> strFieldArrayToDateMidnight()
A 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.


strFieldArrayToDateMidnight

public static final 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. 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

Parameters:
chronology -

calendarToDateMidnight

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight()
It converts a Calendar into a DateMidnight


calendarToDateMidnight

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a DateMidnight in the given DateTimeZone

Parameters:
dateTimeZone -

calendarToDateMidnight

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateMidnight> calendarToDateMidnight(org.joda.time.Chronology chronology)
It converts a Calendar into a DateMidnight with the given Chronology

Parameters:
chronology -

strToDateTime

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
Returns:

strToDateTime

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
dateTimeZone -

strToDateTime

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
chronology -

strToDateTime

public static final 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

Parameters:
pattern -
locale -

strToDateTime

public static final 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

Parameters:
pattern -
locale -

strToDateTime

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)
It converts the given String into a DateTime using the given pattern and Locale parameters. The DateTime is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToDateTime

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)
It converts the given String into a DateTime using the given pattern and Locale parameters. The DateTime is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToDateTime

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)
It converts the given String into a DateTime using the given pattern and Locale parameters. The DateTime will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

strToDateTime

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)
It converts the given String into a DateTime using the given pattern and Locale parameters. The DateTime will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

dateToDateTime

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateTime> dateToDateTime()
The given Date is converted into a DateTime


dateToDateTime

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateTime> dateToDateTime(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a DateTime configured with the given DateTimeZone

Parameters:
dateTimeZone -

dateToDateTime

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.DateTime> dateToDateTime(org.joda.time.Chronology chronology)
The given Date is converted into a DateTime with the given Chronology

Parameters:
chronology -

timestampToDateTime

public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.DateTime> timestampToDateTime()
The given Timestamp is converted into a DateTime


timestampToDateTime

public static final 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

Parameters:
dateTimeZone -

timestampToDateTime

public static final 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

Parameters:
chronology -

longToDateTime

public static final 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


longToDateTime

public static final 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

Parameters:
dateTimeZone -

longToDateTime

public static final 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

Parameters:
chronology -

integerFieldCollectionToDateTime

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.DateTime> integerFieldCollectionToDateTime()
A 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.


integerFieldCollectionToDateTime

public static final 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. 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

Parameters:
chronology -

integerFieldArrayToDateTime

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.DateTime> integerFieldArrayToDateTime()
A 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.


integerFieldArrayToDateTime

public static final 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. 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

Parameters:
chronology -

strFieldCollectionToDateTime

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.DateTime> strFieldCollectionToDateTime()
A 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.


strFieldCollectionToDateTime

public static final 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. 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

Parameters:
chronology -

strFieldArrayToDateTime

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.DateTime> strFieldArrayToDateTime()
A 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.


strFieldArrayToDateTime

public static final 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. 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

Parameters:
chronology -

calendarToDateTime

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateTime> calendarToDateTime()
It converts a Calendar into a DateTime


calendarToDateTime

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateTime> calendarToDateTime(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a DateTime in the given DateTimeZone

Parameters:
dateTimeZone -

calendarToDateTime

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.DateTime> calendarToDateTime(org.joda.time.Chronology chronology)
It converts a Calendar into a DateTime with the given Chronology

Parameters:
chronology -

strFieldCollectionToInterval

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> strFieldCollectionToInterval()
It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval. The accepted input collections are:

Returns:

strFieldCollectionToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input collections are:

Parameters:
dateTimeZone -
Returns:

strFieldCollectionToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input collections are:

Parameters:
chronology -
Returns:

strFieldCollectionToInterval

public static final 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. 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

Parameters:
pattern -

strFieldCollectionToInterval

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)
It creates an 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

Parameters:
pattern -
dateTimeZone -

strFieldCollectionToInterval

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)
It creates an 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

Parameters:
pattern -
chronology -

strFieldCollectionToInterval

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)
It creates an Interval from the given String elements using the given pattern and Locale parameters

Parameters:
pattern -
locale -

strFieldCollectionToInterval

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)
It creates an Interval from the given String elements using the given pattern and Locale parameters

Parameters:
pattern -
locale -

strFieldCollectionToInterval

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)
It creates an Interval from the given String elements using the given pattern and Locale parameters. The given DateTimeZone will be used to create the Interval.

Parameters:
pattern -
locale -
dateTimeZone -

strFieldCollectionToInterval

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)
It creates an Interval from the given String elements using the given pattern and Locale parameters. The given DateTimeZone will be used to create the Interval.

Parameters:
pattern -
locale -
dateTimeZone -

strFieldCollectionToInterval

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)
It creates an Interval from the given String elements using the given pattern and Locale parameters. The given Chronology will be used to create the Interval.

Parameters:
pattern -
locale -
chronology -

strFieldCollectionToInterval

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)
It creates an Interval from the given String elements using the given pattern and Locale parameters. The given Chronology will be used to create the Interval.

Parameters:
pattern -
locale -
chronology -

strFieldArrayToInterval

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> strFieldArrayToInterval()
It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
dateTimeZone -
Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
chronology -
Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
dateTimeZone -
Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
chronology -
Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
locale -
Returns:

strFieldArrayToInterval

public static final 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. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
locale -
Returns:

strFieldArrayToInterval

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)
It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
locale -
dateTimeZone -
Returns:

strFieldArrayToInterval

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)
It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
locale -
dateTimeZone -
Returns:

strFieldArrayToInterval

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)
It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
locale -
chronology -
Returns:

strFieldArrayToInterval

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)
It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval. The accepted input arrays are:

Parameters:
pattern -
locale -
chronology -
Returns:

dateFieldCollectionToInterval

public static final 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


dateFieldCollectionToInterval

public static final 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. The Interval will be created with the given DateTimeZone

Parameters:
dateTimeZone -

dateFieldCollectionToInterval

public static final 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. The Interval will be created with the given Chronology

Parameters:
chronology -

dateFieldArrayToInterval

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> dateFieldArrayToInterval()
It creates an Interval from the given Date elements.


dateFieldArrayToInterval

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> dateFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval from the given Date elements. The Interval will be created with the given DateTimeZone

Parameters:
dateTimeZone -

dateFieldArrayToInterval

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> dateFieldArrayToInterval(org.joda.time.Chronology chronology)
It creates an Interval from the given Date elements. The Interval will be created with the given Chronology

Parameters:
chronology -

timestampFieldCollectionToInterval

public static final 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


timestampFieldCollectionToInterval

public static final 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

Parameters:
dateTimeZone -

timestampFieldCollectionToInterval

public static final 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

Parameters:
chronology -

timestampFieldArrayToInterval

public static final 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


timestampFieldArrayToInterval

public static final 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

Parameters:
dateTimeZone -

timestampFieldArrayToInterval

public static final 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

Parameters:
chronology -

longFieldCollectionToInterval

public static final 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


longFieldCollectionToInterval

public static final 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. The Interval will be created with the given DateTimeZone

Parameters:
dateTimeZone -

longFieldCollectionToInterval

public static final 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. The Interval will be created with the given Chronology

Parameters:
chronology -

longFieldArrayToInterval

public static final 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


longFieldArrayToInterval

public static final 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. The Interval will be created with the given DateTimeZone

Parameters:
dateTimeZone -

longFieldArrayToInterval

public static final 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. The Interval will be created with the given Chronology

Parameters:
chronology -

integerFieldCollectionToInterval

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> integerFieldCollectionToInterval()

integerFieldCollectionToInterval

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> integerFieldCollectionToInterval(org.joda.time.DateTimeZone dateTimeZone)

integerFieldCollectionToInterval

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> integerFieldCollectionToInterval(org.joda.time.Chronology chronology)

integerFieldArrayToInterval

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> integerFieldArrayToInterval()

integerFieldArrayToInterval

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> integerFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)

integerFieldArrayToInterval

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> integerFieldArrayToInterval(org.joda.time.Chronology chronology)

calendarFieldCollectionToInterval

public static final 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


calendarFieldCollectionToInterval

public static final 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. Such an Interval will be created in the given DateTimeZone

Parameters:
dateTimeZone -

calendarFieldCollectionToInterval

public static final 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. The Interval will be created with the given Chronology

Parameters:
chronology -

calendarFieldArrayToInterval

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> calendarFieldArrayToInterval()
It creates an Interval with the given Calendar targets as the start and end of the Interval


calendarFieldArrayToInterval

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> calendarFieldArrayToInterval(org.joda.time.DateTimeZone dateTimeZone)
It creates an Interval with the given Calendar targets as the start and end. Such an Interval will be created in the given DateTimeZone

Parameters:
dateTimeZone -

calendarFieldArrayToInterval

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> calendarFieldArrayToInterval(org.joda.time.Chronology chronology)
It creates an Interval with the given Calendar targets as the start and end. The Interval will be created with the given Chronology

Parameters:
chronology -

baseDateTimeFieldCollectionToInterval

public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> baseDateTimeFieldCollectionToInterval()

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)

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.Chronology chronology)

baseDateTimeFieldArrayToInterval

public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Interval> baseDateTimeFieldArrayToInterval()

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)

baseDateTimeFieldArrayToInterval

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)

strToLocalDate

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -

strToLocalDate

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
dateTimeZone -

strToLocalDate

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
chronology -

strToLocalDate

public static final 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

Parameters:
pattern -
locale -

strToLocalDate

public static final 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

Parameters:
pattern -
locale -

strToLocalDate

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)
It converts the given String into a LocalDate using the given pattern and Locale parameters. The DateTime is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToLocalDate

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)
It converts the given String into a LocalDate using the given pattern and Locale parameters. The DateTime is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToLocalDate

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)
It converts the given String into a LocalDate using the given pattern and Locale parameters. The DateTime will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

strToLocalDate

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)
It converts the given String into a LocalDate using the given pattern and Locale parameters. The DateTime will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

dateToLocalDate

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalDate> dateToLocalDate()
The given Date is converted into a LocalDate


dateToLocalDate

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalDate> dateToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a LocalDate configured with the given DateTimeZone

Parameters:
dateTimeZone -

dateToLocalDate

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalDate> dateToLocalDate(org.joda.time.Chronology chronology)
The given Date is converted into a LocalDate with the given Chronology

Parameters:
chronology -

timestampToLocalDate

public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalDate> timestampToLocalDate()
The given Timestamp is converted into a LocalDate


timestampToLocalDate

public static final 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

Parameters:
dateTimeZone -

timestampToLocalDate

public static final 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

Parameters:
chronology -

longToLocalDate

public static final 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


longToLocalDate

public static final 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

Parameters:
dateTimeZone -

longToLocalDate

public static final 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

Parameters:
chronology -

integerFieldCollectionToLocalDate

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalDate> integerFieldCollectionToLocalDate()
A 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.


integerFieldCollectionToLocalDate

public static final 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. 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

Parameters:
chronology -

integerFieldArrayToLocalDate

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalDate> integerFieldArrayToLocalDate()
A 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.


integerFieldArrayToLocalDate

public static final 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. 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

Parameters:
chronology -

strFieldCollectionToLocalDate

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalDate> strFieldCollectionToLocalDate()
A 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.


strFieldCollectionToLocalDate

public static final 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. 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

Parameters:
chronology -

strFieldArrayToLocalDate

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalDate> strFieldArrayToLocalDate()
A 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.


strFieldArrayToLocalDate

public static final 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. 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

Parameters:
chronology -

calendarToLocalDate

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalDate> calendarToLocalDate()
It converts a Calendar into a LocalDate


calendarToLocalDate

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalDate> calendarToLocalDate(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a LocalDate in the given DateTimeZone

Parameters:
dateTimeZone -

calendarToLocalDate

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalDate> calendarToLocalDate(org.joda.time.Chronology chronology)
It converts a Calendar into a LocalDate with the given Chronology

Parameters:
chronology -

strToLocalTime

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -

strToLocalTime

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
dateTimeZone -

strToLocalTime

public static final 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. If the pattern includes either, the name of the month or day of week, a conversion accepting a Locale must be used instead

Parameters:
pattern -
chronology -

strToLocalTime

public static final 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

Parameters:
pattern -
locale -

strToLocalTime

public static final 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

Parameters:
pattern -
locale -

strToLocalTime

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)
It converts the given String into a LocalTime using the given pattern and Locale parameters. The DateTime is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToLocalTime

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)
It converts the given String into a LocalTime using the given pattern and Locale parameters. The DateTime is configured with the given DateTimeZone

Parameters:
pattern -
locale -
dateTimeZone -

strToLocalTime

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)
It converts the given String into a LocalTime using the given pattern and Locale parameters. The DateTime will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

strToLocalTime

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)
It converts the given String into a LocalTime using the given pattern and Locale parameters. The DateTime will be created with the given Chronology

Parameters:
pattern -
locale -
chronology -

dateToLocalTime

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> dateToLocalTime()
The given Date is converted into a LocalTime


dateToLocalTime

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> dateToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a LocalTime configured with the given DateTimeZone

Parameters:
dateTimeZone -

dateToLocalTime

public static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> dateToLocalTime(org.joda.time.Chronology chronology)
The given Date is converted into a LocalTime with the given Chronology

Parameters:
chronology -

timestampToLocalTime

public static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> timestampToLocalTime()
The given Timestamp is converted into a LocalTime


timestampToLocalTime

public static final 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

Parameters:
dateTimeZone -

timestampToLocalTime

public static final 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

Parameters:
chronology -

longToLocalTime

public static final 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


longToLocalTime

public static final 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

Parameters:
dateTimeZone -

longToLocalTime

public static final 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

Parameters:
chronology -

integerFieldCollectionToLocalTime

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> integerFieldCollectionToLocalTime()
A 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.


integerFieldCollectionToLocalTime

public static final 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. 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

Parameters:
chronology -

integerFieldArrayToLocalTime

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> integerFieldArrayToLocalTime()
A 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.


integerFieldArrayToLocalTime

public static final 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. 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

Parameters:
chronology -

strFieldCollectionToLocalTime

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> strFieldCollectionToLocalTime()
A 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.


strFieldCollectionToLocalTime

public static final 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. 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

Parameters:
chronology -

strFieldArrayToLocalTime

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> strFieldArrayToLocalTime()
A 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.


strFieldArrayToLocalTime

public static final 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. 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

Parameters:
chronology -

calendarToLocalTime

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> calendarToLocalTime()
It converts a Calendar into a LocalTime


calendarToLocalTime

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> calendarToLocalTime(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a LocalTime in the given DateTimeZone

Parameters:
dateTimeZone -

calendarToLocalTime

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> calendarToLocalTime(org.joda.time.Chronology chronology)
It converts a Calendar into a LocalTime with the given Chronology

Parameters:
chronology -

dateFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod()
Returns:
the Period created from the Date target elements given as the start and end of such Period

dateFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod(org.joda.time.Chronology chronology)
Parameters:
chronology - Chronology the Period is being created with
Returns:
the Period created from the Date target elements given as the start and end of such Period

dateFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Period> dateFieldCollectionToPeriod(org.joda.time.PeriodType periodType)

dateFieldCollectionToPeriod

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)

dateFieldArrayToPeriod

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod()

dateFieldArrayToPeriod

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod(org.joda.time.Chronology chronology)

dateFieldArrayToPeriod

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Period> dateFieldArrayToPeriod(org.joda.time.PeriodType periodType)

dateFieldArrayToPeriod

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)

timestampFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod()

timestampFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod(org.joda.time.Chronology chronology)

timestampFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Period> timestampFieldCollectionToPeriod(org.joda.time.PeriodType periodType)

timestampFieldCollectionToPeriod

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)

timestampFieldArrayToPeriod

public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod()

timestampFieldArrayToPeriod

public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod(org.joda.time.Chronology chronology)

timestampFieldArrayToPeriod

public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Period> timestampFieldArrayToPeriod(org.joda.time.PeriodType periodType)

timestampFieldArrayToPeriod

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)

longToPeriod

public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod()
Returns:
a Period with the given Duration in milliseconds

longToPeriod

public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod(org.joda.time.Chronology chronology)
Parameters:
chronology - the Chronology the returned Period will be created with
Returns:
a Period with the given Duration in milliseconds

longToPeriod

public static final org.op4j.functions.Function<java.lang.Long,org.joda.time.Period> longToPeriod(org.joda.time.PeriodType periodType)
Parameters:
periodType - the PeriodType the returned Period will be created with
Returns:
a Period with the given Duration in milliseconds

longToPeriod

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)
Parameters:
periodType - the PeriodType the returned Period will be created with
chronology - the Chronology the returned Period will be created with
Returns:
a Period with the given Duration in milliseconds

longFieldCollectionToPeriod

public static final 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

Returns:
the Period represented by the given start and end instants

longFieldCollectionToPeriod

public static final 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

Parameters:
chronology - Chronology the Period will be created with
Returns:
the Period represented by the given start and end instants

longFieldCollectionToPeriod

public static final 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

Parameters:
periodType - PeriodType the Period will be created with
Returns:
the Period represented by the given start and end instants

longFieldCollectionToPeriod

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)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned

Parameters:
periodType - PeriodType the Period will be created with
chronology - Chronology the Period will be created with
Returns:
the Period represented by the given start and end instants

longFieldArrayToPeriod

public static final 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

Returns:
the Period represented by the given start and end instants

longFieldArrayToPeriod

public static final 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

Parameters:
chronology - Chronology the Period will be created with
Returns:
the Period represented by the given start and end instants

longFieldArrayToPeriod

public static final 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

Parameters:
periodType - PeriodType the Period will be created with
Returns:
the Period represented by the given start and end instants

longFieldArrayToPeriod

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)
The given long targets representing the time in milliseconds will be used as the start and end instants of the Period returned

Parameters:
periodType - PeriodType the Period will be created with
chronology - Chronology the Period will be created with
Returns:
the Period represented by the given start and end instants

calendarFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod()
Returns:
the Period represented by the given start and end instants

calendarFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod(org.joda.time.Chronology chronology)

calendarFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Period> calendarFieldCollectionToPeriod(org.joda.time.PeriodType periodType)

calendarFieldCollectionToPeriod

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)

calendarFieldArrayToPeriod

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod()
Returns:
the Period represented by the given start and end instants

calendarFieldArrayToPeriod

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod(org.joda.time.Chronology chronology)

calendarFieldArrayToPeriod

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Period> calendarFieldArrayToPeriod(org.joda.time.PeriodType periodType)

calendarFieldArrayToPeriod

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)

baseDateTimeFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Period> baseDateTimeFieldCollectionToPeriod()
Returns:
the Period represented by the given start and end BaseDateTime elements

baseDateTimeFieldCollectionToPeriod

public 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)

baseDateTimeFieldCollectionToPeriod

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)

baseDateTimeFieldCollectionToPeriod

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)

baseDateTimeFieldArrayToPeriod

public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Period> baseDateTimeFieldArrayToPeriod()
Returns:
the Period represented by the given start and end BaseDateTime elements

baseDateTimeFieldArrayToPeriod

public static final <T extends org.joda.time.base.BaseDateTime> org.op4j.functions.Function<T[],org.joda.time.Period> baseDateTimeFieldArrayToPeriod(org.joda.time.Chronology chronology)

baseDateTimeFieldArrayToPeriod

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)

baseDateTimeFieldArrayToPeriod

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)

integerFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Period> integerFieldCollectionToPeriod()
A Period is created either:

Returns:
the Period

integerFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Period> integerFieldCollectionToPeriod(org.joda.time.PeriodType periodType)

integerFieldArrayToPeriod

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Period> integerFieldArrayToPeriod()

integerFieldArrayToPeriod

public static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Period> integerFieldArrayToPeriod(org.joda.time.PeriodType periodType)

strFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Period> strFieldCollectionToPeriod()
A Period is created either:

Returns:
the Period

strFieldCollectionToPeriod

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Period> strFieldCollectionToPeriod(org.joda.time.PeriodType periodType)

strFieldArrayToPeriod

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Period> strFieldArrayToPeriod()

strFieldArrayToPeriod

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Period> strFieldArrayToPeriod(org.joda.time.PeriodType periodType)


Copyright © 2010 The OP4J team. All Rights Reserved.