public final class Functions
extends Object
Collection of general purpose functions.
-
Field Summary
Fields
static final org.opencastproject.util.data.Function<String,Date>
Converts a UTC string into a date.
-
Method Summary
static org.opencastproject.util.data.Function<Date,Date>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
asDate
public static final org.opencastproject.util.data.Function<String,Date> asDate
Converts a UTC string into a date. May throw a OaiPmhRepository.BadArgumentException.
-
Method Details
-
addDay
public static org.opencastproject.util.data.Function<Date,Date> addDay(int days)