org.op4j.jodatime.functions
Class FnToInterval

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

Deprecated. use FnInterval instead. This class will be removed in version 1.2

@Deprecated
public final class FnToInterval
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>
fromBaseDateTimeFieldArray()
          Deprecated.  The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval returned
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromBaseDateTimeFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given Chronology)
static
<T extends org.joda.time.base.BaseDateTime>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromBaseDateTimeFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given DateTimeZone)
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> fromBaseDateTimeFieldCollection()
          Deprecated.  The two target elements accepted by this function are used as the start and end of the Interval returned
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> fromBaseDateTimeFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  The two target elements accepted by this function are used as the start and end of the Interval being created with the given Chronology
static org.op4j.functions.Function<java.util.Collection<? extends org.joda.time.base.BaseDateTime>,org.joda.time.Interval> fromBaseDateTimeFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  The two target elements accepted by this function are used as the start and end of the Interval being created with the given DateTimeZone
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromCalendarFieldArray()
          Deprecated.  It creates an Interval from the input Calendar targets representing the start and end of the Interval
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromCalendarFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  It creates an Interval from the input Calendar targets representing the start and end.
static
<T extends java.util.Calendar>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromCalendarFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It creates an Interval from the input Calendar targets representing the start and end.
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection()
          Deprecated.  It creates an Interval from the input Calendar targets used as the start and end of the Interval
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  It creates an Interval from the input Calendar targets used as the start and end.
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It creates an Interval from the input Calendar targets used as the start and end.
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromDateFieldArray()
          Deprecated.  It creates an Interval from the given Date elements.
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromDateFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  It creates an Interval from the input Date elements.
static
<T extends java.util.Date>
org.op4j.functions.Function<T[],org.joda.time.Interval>
fromDateFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It creates an Interval from the input Date elements.
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection()
          Deprecated.  It creates an Interval from the input Date elements
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  It creates an Interval from the input Date elements.
static org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It creates an Interval from the input Date elements.
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> fromIntegerFieldArray()
          Deprecated.  It converts the given Integer elements into an Interval.
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> fromIntegerFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  It converts the given Integer elements into an Interval with the given Chronology.
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.Interval> fromIntegerFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the given Integer elements into an Interval with the given DateTimeZone.
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> fromIntegerFieldCollection()
          Deprecated.  It converts the input Integer elements into an Interval.
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> fromIntegerFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  It converts the given Integer elements into an Interval.
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.Interval> fromIntegerFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the input Integer elements into an Interval with the given DateTime.
static org.op4j.functions.Function<java.lang.Long[],org.joda.time.Interval> fromLongFieldArray()
          Deprecated.  The input 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> fromLongFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  The input 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> fromLongFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  The input 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> fromLongFieldCollection()
          Deprecated.  The input 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> fromLongFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  The input 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> fromLongFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  The input 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.String[],org.joda.time.Interval> fromStringFieldArray()
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, org.joda.time.Chronology chronology)
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, java.util.Locale locale)
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, java.util.Locale locale, org.joda.time.Chronology chronology)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, java.util.Locale locale, org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, java.lang.String locale)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, java.lang.String locale, org.joda.time.Chronology chronology)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern, java.lang.String locale, org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the given String elements into an Interval.
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection()
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It converts the input String elements into an Interval.
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern)
          Deprecated.  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> fromStringFieldCollection(java.lang.String pattern, org.joda.time.Chronology chronology)
          Deprecated.  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> fromStringFieldCollection(java.lang.String pattern, org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  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> fromStringFieldCollection(java.lang.String pattern, java.util.Locale locale)
          Deprecated.  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> fromStringFieldCollection(java.lang.String pattern, java.util.Locale locale, org.joda.time.Chronology chronology)
          Deprecated.  It creates an Interval from the input String elements using the given pattern and Locale parameters.
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern, java.util.Locale locale, org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  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> fromStringFieldCollection(java.lang.String pattern, java.lang.String locale)
          Deprecated.  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> fromStringFieldCollection(java.lang.String pattern, java.lang.String locale, org.joda.time.Chronology chronology)
          Deprecated.  It creates an Interval from the input String elements using the given pattern and Locale parameters.
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern, java.lang.String locale, org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  It creates an Interval from the given String elements using the given pattern and Locale parameters.
static org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> fromTimestampFieldArray()
          Deprecated.  The input 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> fromTimestampFieldArray(org.joda.time.Chronology chronology)
          Deprecated.  The input 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> fromTimestampFieldArray(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  The input 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.Interval> fromTimestampFieldCollection()
          Deprecated.  The input 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> fromTimestampFieldCollection(org.joda.time.Chronology chronology)
          Deprecated.  The input 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> fromTimestampFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
          Deprecated.  The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromStringFieldCollection

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

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval

The accepted input Collection<String> are:

Returns:
the Interval created from the input

fromStringFieldCollection

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

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input CCollection<String> are:

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

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

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input Collection<String> are:

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern)
Deprecated. 

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 - string with the format of the input String
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

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 - string with the format of the input String
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         org.joda.time.Chronology chronology)
Deprecated. 

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 - string with the format of the input String
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         java.util.Locale locale)
Deprecated. 

It creates an Interval from the given String elements using the given pattern and Locale parameters

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         java.lang.String locale)
Deprecated. 

It creates an Interval from the given String elements using the given pattern and Locale parameters

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         java.util.Locale locale,
                                                                                                                                         org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

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 - string with the format of the input String
locale - Locale to be used
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         java.lang.String locale,
                                                                                                                                         org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

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 - string with the format of the input String
locale - Locale to be used
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         java.util.Locale locale,
                                                                                                                                         org.joda.time.Chronology chronology)
Deprecated. 

It creates an Interval from the input String elements using the given pattern and Locale parameters. The given Chronology will be used to create the Interval.

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.Interval> fromStringFieldCollection(java.lang.String pattern,
                                                                                                                                         java.lang.String locale,
                                                                                                                                         org.joda.time.Chronology chronology)
Deprecated. 

It creates an Interval from the input String elements using the given pattern and Locale parameters. The given Chronology will be used to create the Interval.

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

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

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Returns:
the Interval created from the input

fromStringFieldArray

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

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

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

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern)
Deprecated. 

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                org.joda.time.Chronology chronology)
Deprecated. 

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                java.util.Locale locale)
Deprecated. 

It converts the input String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                java.lang.String locale)
Deprecated. 

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                java.util.Locale locale,
                                                                                                                org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                java.lang.String locale,
                                                                                                                org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                java.util.Locale locale,
                                                                                                                org.joda.time.Chronology chronology)
Deprecated. 

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromStringFieldArray

public static final org.op4j.functions.Function<java.lang.String[],org.joda.time.Interval> fromStringFieldArray(java.lang.String pattern,
                                                                                                                java.lang.String locale,
                                                                                                                org.joda.time.Chronology chronology)
Deprecated. 

It converts the given String elements into an Interval. The target String elements represent the start and end of the Interval.

The accepted input String[] are:

Parameters:
pattern - string with the format of the input String
locale - Locale to be used
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromDateFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection()
Deprecated. 

It creates an Interval from the input Date elements

Returns:
the Interval created from the input

fromDateFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It creates an Interval from the input Date elements. The Interval will be created with the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromDateFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Date>,org.joda.time.Interval> fromDateFieldCollection(org.joda.time.Chronology chronology)
Deprecated. 

It creates an Interval from the input Date elements. The Interval will be created with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromDateFieldArray

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

It creates an Interval from the given Date elements.

Returns:
the Interval created from the input

fromDateFieldArray

public static final <T extends java.util.Date> org.op4j.functions.Function<T[],org.joda.time.Interval> fromDateFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It creates an Interval from the input Date elements. The Interval will be created with the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromDateFieldArray

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

It creates an Interval from the input Date elements. The Interval will be created with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromTimestampFieldCollection

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

The input Timestamp target elements will be used as the start and end of the Interval returned

Returns:
the Interval created from the input

fromTimestampFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<java.sql.Timestamp>,org.joda.time.Interval> fromTimestampFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromTimestampFieldCollection

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

The input Timestamp target elements will be used as the start and end of the Interval returned with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromTimestampFieldArray

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

The input Timestamp target elements will be used as the start and end of the Interval returned

Returns:
the Interval created from the input

fromTimestampFieldArray

public static final org.op4j.functions.Function<java.sql.Timestamp[],org.joda.time.Interval> fromTimestampFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

The input Timestamp target elements will be used as the start and end of the Interval returned with the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromTimestampFieldArray

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

The input Timestamp target elements will be used as the start and end of the Interval returned with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromLongFieldCollection

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

The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned

Returns:
the Interval created from the input

fromLongFieldCollection

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

The input 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 - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromLongFieldCollection

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

The input 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 - Chronology to be used
Returns:
the Interval created from the input and arguments

fromLongFieldArray

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

The input Long targets representing the time in milliseconds will be used as the start and end of the Interval returned

Returns:
the Interval created from the input

fromLongFieldArray

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

The input 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 - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromLongFieldArray

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

The input 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 - Chronology to be used
Returns:
the Interval created from the input and arguments

fromIntegerFieldCollection

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

It converts the input Integer elements into an Interval. The target Integer elements represent the start and end of the Interval.

The accepted input Collection<Integer> collections are:

Returns:
the Interval created from the input

fromIntegerFieldCollection

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

It converts the input Integer elements into an Interval with the given DateTime. The target Integer elements represent the start and end of the Interval.

The accepted input Collection<Integer> are:

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromIntegerFieldCollection

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

It converts the given Integer elements into an Interval. with the given Chronology The target Integer elements represent the start and end of the Interval.

The accepted input Collection<Integer> are:

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromIntegerFieldArray

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

It converts the given Integer elements into an Interval. The target Integer elements represent the start and end of the Interval.

The accepted input Integer[] are:

Returns:
the Interval created from the input

fromIntegerFieldArray

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

It converts the given Integer elements into an Interval with the given DateTimeZone. The target Integer elements represent the start and end of the Interval.

The accepted input Integer[] are:

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromIntegerFieldArray

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

It converts the given Integer elements into an Interval with the given Chronology. The target Integer elements represent the start and end of the Interval.

The accepted input Integer[] are:

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromCalendarFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection()
Deprecated. 

It creates an Interval from the input Calendar targets used as the start and end of the Interval

Returns:
the Interval created from the input

fromCalendarFieldCollection

public static final org.op4j.functions.Function<java.util.Collection<? extends java.util.Calendar>,org.joda.time.Interval> fromCalendarFieldCollection(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It creates an Interval from the input Calendar targets used as the start and end. Such an Interval will be created in the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromCalendarFieldCollection

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

It creates an Interval from the input Calendar targets used as the start and end. The Interval will be created with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromCalendarFieldArray

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> fromCalendarFieldArray()
Deprecated. 

It creates an Interval from the input Calendar targets representing the start and end of the Interval

Returns:
the Interval created from the input

fromCalendarFieldArray

public static final <T extends java.util.Calendar> org.op4j.functions.Function<T[],org.joda.time.Interval> fromCalendarFieldArray(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 

It creates an Interval from the input Calendar targets representing the start and end. Such an Interval will be created in the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromCalendarFieldArray

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

It creates an Interval from the input Calendar targets representing the start and end. The Interval will be created with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromBaseDateTimeFieldCollection

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

The two target elements accepted by this function are used as the start and end of the Interval returned

Returns:
the Interval created from the input

fromBaseDateTimeFieldCollection

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

The two target elements accepted by this function are used as the start and end of the Interval being created with the given DateTimeZone

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromBaseDateTimeFieldCollection

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

The two target elements accepted by this function are used as the start and end of the Interval being created with the given Chronology

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments

fromBaseDateTimeFieldArray

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

The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval returned

Returns:
the Interval created from the input

fromBaseDateTimeFieldArray

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

The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given DateTimeZone)

Parameters:
dateTimeZone - the the time zone (DateTimeZone) to be used
Returns:
the Interval created from the input and arguments

fromBaseDateTimeFieldArray

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

The array accepted by this function, as its input, contains two BaseDateTime objects used as the start and end of the Interval being created (with the given Chronology)

Parameters:
chronology - Chronology to be used
Returns:
the Interval created from the input and arguments


Copyright © 2010 The OP4J team. All Rights Reserved.