public class Functions extends Object
Modifier and Type | Field and Description |
---|---|
static int |
RANGE_LIMIT |
static String |
STRING_TO_TIME_FUNCTION |
Constructor and Description |
---|
Functions() |
Modifier and Type | Method and Description |
---|---|
static String |
dateTimeFormat(Object var,
String... format) |
static ZonedDateTime |
getDateTimeArg(Object var,
ZoneId zoneOffset) |
static List<Object> |
immutableListOf(Object... items) |
static int |
movePointerToJustBeforeLastWord(int pointer,
String s) |
static List<Integer> |
range(Object arg1,
Object... args) |
static String |
renderSuperBlock() |
static PyishDate |
stringToTime(String datetimeString,
String datetimeFormat) |
static ZonedDateTime |
today(String... var) |
static Object |
truncate(Object var,
Object... arg) |
static long |
unixtimestamp(Object var) |
public static final String STRING_TO_TIME_FUNCTION
public static final int RANGE_LIMIT
public static String renderSuperBlock()
public static ZonedDateTime today(String... var)
public static ZonedDateTime getDateTimeArg(Object var, ZoneId zoneOffset)
public static long unixtimestamp(Object var)
public static int movePointerToJustBeforeLastWord(int pointer, String s)
Copyright © 2019. All rights reserved.