|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.op4j.jodatime.functions.FnToLocalTime
FnLocalTime instead. This class will be removed in version 1.2
@Deprecated public final class FnToLocalTime
| Method Summary | ||
|---|---|---|
static
|
fromCalendar()
Deprecated. It converts a Calendar into a LocalTime
|
|
static
|
fromCalendar(org.joda.time.Chronology chronology)
Deprecated. It converts a Calendar into a LocalTime with the given Chronology
|
|
static
|
fromCalendar(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. It converts a Calendar into a LocalTime in the given DateTimeZone
|
|
static
|
fromDate()
Deprecated. The given Date is converted into a LocalTime
|
|
static
|
fromDate(org.joda.time.Chronology chronology)
Deprecated. The given Date is converted into a LocalTime with the given Chronology
|
|
static
|
fromDate(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. The given Date is converted into a LocalTime configured with the given DateTimeZone
|
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> |
fromIntegerFieldArray()
Deprecated. A LocalTime is created from the given Integer Array. |
|
static org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> |
fromIntegerFieldArray(org.joda.time.Chronology chronology)
Deprecated. A LocalTime is created from the given Integer array with the specified Chronology. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> |
fromIntegerFieldCollection()
Deprecated. A LocalTime is created from the given Integer Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> |
fromIntegerFieldCollection(org.joda.time.Chronology chronology)
Deprecated. A LocalTime is created from the given Integer Collection with the specified
Chronology. |
|
static org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> |
fromLong()
Deprecated. 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> |
fromLong(org.joda.time.Chronology chronology)
Deprecated. 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> |
fromLong(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. The given long representing the time in milliseconds is converted into a LocalTime in the given DateTimeZone
|
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
fromString(java.lang.String pattern)
Deprecated. 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> |
fromString(java.lang.String pattern,
org.joda.time.Chronology chronology)
Deprecated. It converts the given String into a LocalTime using the given pattern parameter with the specified
Chronology. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
fromString(java.lang.String pattern,
org.joda.time.DateTimeZone dateTimeZone)
Deprecated. It converts the given String into a LocalTime using the given pattern parameter and with the specified
DateTimeZone. |
|
static org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> |
fromString(java.lang.String pattern,
java.util.Locale locale)
Deprecated. 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> |
fromString(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.Chronology chronology)
Deprecated. 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> |
fromString(java.lang.String pattern,
java.util.Locale locale,
org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 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> |
fromString(java.lang.String pattern,
java.lang.String locale)
Deprecated. 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> |
fromString(java.lang.String pattern,
java.lang.String locale,
org.joda.time.Chronology chronology)
Deprecated. 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> |
fromString(java.lang.String pattern,
java.lang.String locale,
org.joda.time.DateTimeZone dateTimeZone)
Deprecated. 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> |
fromStringFieldArray()
Deprecated. A LocalTime is created from the given String array. |
|
static org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> |
fromStringFieldArray(org.joda.time.Chronology chronology)
Deprecated. A LocalTime is created from the given String array with the specified Chronology
The valid input String[] represent:
hour (minute, second and millisecond will be set to 0 in the output LocalTime)
hour, minute (second and millisecond will be set to 0 in the output LocalTime)
hour, minute, second (millisecond will be set to 0 in the output LocalTime)
hour, minute, second, millisecond
|
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> |
fromStringFieldCollection()
Deprecated. A LocalTime is created from the given String Collection. |
|
static org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> |
fromStringFieldCollection(org.joda.time.Chronology chronology)
Deprecated. A LocalTime is created from the given String Collection with the specified
Chronology
The valid input Collection<String> represent:
hour (minute, second and millisecond will be set to 0 in the output LocalTime)
hour, minute (second and millisecond will be set to 0 in the output LocalTime)
hour, minute, second (millisecond will be set to 0 in the output LocalTime)
hour, minute, second, millisecond
|
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> |
fromTimestamp()
Deprecated. The given Timestamp is converted into a LocalTime
|
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> |
fromTimestamp(org.joda.time.Chronology chronology)
Deprecated. The given Timestamp is converted into a LocalTime with the given Chronology
|
|
static org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> |
fromTimestamp(org.joda.time.DateTimeZone dateTimeZone)
Deprecated. The given Timestamp is converted into a LocalTime in the given DateTimeZone
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(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
pattern - string with the format of the input String
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(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 specified
DateTimeZone. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - string with the format of the input StringdateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(java.lang.String pattern,
org.joda.time.Chronology chronology)
It converts the given String into a LocalTime using the given pattern parameter with the specified
Chronology. If the pattern includes either, the name of the month or day of week, a conversion
accepting a Locale must be used instead
pattern - string with the format of the input Stringchronology - Chronology to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(java.lang.String pattern,
java.util.Locale locale)
It converts the given String into a LocalTime using the given pattern and Locale parameters
pattern - string with the format of the input Stringlocale - Locale to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(java.lang.String pattern,
java.lang.String locale)
It converts the given String into a LocalTime using the given pattern and Locale parameters
pattern - string with the format of the input Stringlocale - Locale to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(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
pattern - string with the format of the input Stringlocale - Locale to be useddateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(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
pattern - string with the format of the input Stringlocale - Locale to be useddateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(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 specified Chronology
pattern - string with the format of the input Stringlocale - Locale to be usedchronology - Chronology to be used
LocalTime created from the input and arguments
public static final org.op4j.functions.Function<java.lang.String,org.joda.time.LocalTime> fromString(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 specified Chronology
pattern - string with the format of the input Stringlocale - Locale to be usedchronology - Chronology to be used
LocalTime created from the input and argumentspublic static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> fromDate()
The given Date is converted into a LocalTime
LocalTime created from the inputpublic static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> fromDate(org.joda.time.DateTimeZone dateTimeZone)
The given Date is converted into a LocalTime configured with the given DateTimeZone
dateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and argumentspublic static final <T extends java.util.Date> org.op4j.functions.Function<T,org.joda.time.LocalTime> fromDate(org.joda.time.Chronology chronology)
The given Date is converted into a LocalTime with the given Chronology
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> fromTimestamp()
The given Timestamp is converted into a LocalTime
LocalTime created from the inputpublic static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> fromTimestamp(org.joda.time.DateTimeZone dateTimeZone)
The given Timestamp is converted into a LocalTime in the given DateTimeZone
dateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.sql.Timestamp,org.joda.time.LocalTime> fromTimestamp(org.joda.time.Chronology chronology)
The given Timestamp is converted into a LocalTime with the given Chronology
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> fromLong()
The given long representing the time in milliseconds is converted into a LocalTime
LocalTime created from the inputpublic static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> fromLong(org.joda.time.DateTimeZone dateTimeZone)
The given long representing the time in milliseconds is converted into a LocalTime in the given DateTimeZone
dateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.lang.Long,org.joda.time.LocalTime> fromLong(org.joda.time.Chronology chronology)
The given long representing the time in milliseconds is converted into a LocalTime with the given Chronology
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> fromIntegerFieldCollection()
A LocalTime is created from the given Integer Collection.
The valid input Collection<Integer> represent:
LocalTime)LocalTime)LocalTime)
LocalTime created from the inputpublic static final org.op4j.functions.Function<java.util.Collection<java.lang.Integer>,org.joda.time.LocalTime> fromIntegerFieldCollection(org.joda.time.Chronology chronology)
A LocalTime is created from the given Integer Collection with the specified
Chronology.
The valid input Collection<Integer> represent:
LocalTime)LocalTime)LocalTime)
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> fromIntegerFieldArray()
A LocalTime is created from the given Integer Array.
The valid input Integer[] represent:
LocalTime)LocalTime)LocalTime)
LocalTime created from the inputpublic static final org.op4j.functions.Function<java.lang.Integer[],org.joda.time.LocalTime> fromIntegerFieldArray(org.joda.time.Chronology chronology)
A LocalTime is created from the given Integer array with the specified Chronology.
The valid input Integer[] represent:
LocalTime)LocalTime)LocalTime)
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> fromStringFieldCollection()
A LocalTime is created from the given String Collection.
The valid input Collection<String> represent:
LocalTime)LocalTime)LocalTime)
LocalTime created from the inputpublic static final org.op4j.functions.Function<java.util.Collection<java.lang.String>,org.joda.time.LocalTime> fromStringFieldCollection(org.joda.time.Chronology chronology)
A LocalTime is created from the given String Collection with the specified
Chronology
The valid input Collection<String> represent:
LocalTime)LocalTime)LocalTime)
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> fromStringFieldArray()
A LocalTime is created from the given String array.
The valid input String[] represent:
LocalTime)LocalTime)LocalTime)
LocalTime created from the inputpublic static final org.op4j.functions.Function<java.lang.String[],org.joda.time.LocalTime> fromStringFieldArray(org.joda.time.Chronology chronology)
A LocalTime is created from the given String array with the specified Chronology
The valid input String[] represent:
LocalTime)LocalTime)LocalTime)
chronology - Chronology to be used
LocalTime created from the input and argumentspublic static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> fromCalendar()
It converts a Calendar into a LocalTime
LocalTime created from the inputpublic static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> fromCalendar(org.joda.time.DateTimeZone dateTimeZone)
It converts a Calendar into a LocalTime in the given DateTimeZone
dateTimeZone - the the time zone (DateTimeZone) to be used
LocalTime created from the input and argumentspublic static final <T extends java.util.Calendar> org.op4j.functions.Function<T,org.joda.time.LocalTime> fromCalendar(org.joda.time.Chronology chronology)
It converts a Calendar into a LocalTime with the given Chronology
chronology - Chronology to be used
LocalTime created from the input and arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||