Class UtilFunction

java.lang.Object
io.higson.runtime.builtin.implementation.UtilFunction
Direct Known Subclasses:
AddUtilFunction, DiffUtilFunction, EqualsUtilFunction, ExistUtilFunction, FormatUtilFunction, FromUtilFunction, GetUtilFunction, GreaterThanEqualsUtilFunction, GreaterThanUtilFunction, IsBlankUtilFunction, IsEmptyUtilFunction, LessThanEqualsUtilFunction, LessThanUtilFunction, NotBlankUtilFunction, NotEmptyUtilFunction, SizeUtilFunction, ToUtilFunction, TrimUtilFunction

public abstract class UtilFunction extends Object
Base abstract class for Util functions, provides basic methods and converter for all implementations.