Class CelStandardFunctions


  • @Immutable
    public final class CelStandardFunctions
    extends java.lang.Object
    Runtime function bindings for the standard functions in CEL.
    • Field Detail

      • ALL_STANDARD_FUNCTIONS

        public static final com.google.common.collect.ImmutableSet<CelStandardFunction> ALL_STANDARD_FUNCTIONS
    • Method Detail

      • newFunctionBindings

        @Internal
        public com.google.common.collect.ImmutableSet<CelFunctionBinding> newFunctionBindings​(RuntimeEquality runtimeEquality,
                                                                                              dev.cel.common.CelOptions celOptions)