abstract class HCL::Function
Direct Known Subclasses
- HCL::Functions::Abs
- HCL::Functions::Coalesce
- HCL::Functions::Compact
- HCL::Functions::Concat
- HCL::Functions::Format
- HCL::Functions::HasIndex
- HCL::Functions::Int
- HCL::Functions::JSONDecode
- HCL::Functions::JSONEncode
- HCL::Functions::Length
- HCL::Functions::Lower
- HCL::Functions::Max
- HCL::Functions::Min
- HCL::Functions::SetHas
- HCL::Functions::SetIntersection
- HCL::Functions::SetSubtract
- HCL::Functions::SetSymDiff
- HCL::Functions::SetUnion
- HCL::Functions::Strlen
- HCL::Functions::Substr
- HCL::Functions::Upper
Defined in:
hcl/function.crConstant Summary
-
ARG_MAX =
100_u32
Constructors
Instance Method Summary
- #arity : Range(UInt32, UInt32) | UInt32
- #call(args : Array(Any)) : Any
- #matches_arity?(args_size : Range(UInt32, UInt32)) : Bool
- #matches_arity?(args_size) : Bool
- #name : String
- #varadic? : Bool