Package io.higson.runtime.builtin.implementation
package io.higson.runtime.builtin.implementation
-
ClassDescriptionThe AddUtilFunction is a utility function designed for adding two values.This class represents a utility function for performing various calculations based on the given arguments and the target object.ExistUtilFunction is a utility function that checks if a value exists in the given context.The FormatUtilFunction class provides formatting functionality for different types of objects.Represents the 'from' util function that retrieves values from a target object based on the provided context and arguments.This class represents a utility function for getting a value from the Higson context.This class represents a utility function for checking a value from the Higson context is blank.This class represents a utility function for checking a value from the Higson context is empty.This class represents a utility function for checking a value from the Higson context is not blank.Utility class for checking if a given object is not empty.Utility function class to retrieve the size of an object in the Higson context.Represents the 'to' util function that retrieves values from a target object based on the provided context and arguments.Represents a utility function for trimming values in a given context.Base abstract class for Util functions, provides basic methods and converter for all implementations.