Interface FunctionLike<T extends DataType>

Type Parameters:
T - The type of the function.
All Superinterfaces:
Expression<T>
All Known Implementing Classes:
BooleanFunction, ComparableFunction, NumericFunction

@Immutable public interface FunctionLike<T extends DataType> extends Expression<T>
Represents a function.