Class CelExpr.CelList

    • Constructor Detail

      • CelList

        public CelList()
    • Method Detail

      • optionalIndices

        public abstract com.google.common.collect.ImmutableList<java.lang.Integer> optionalIndices()
        Description copied from interface: Expression.List
        The indices within the elements list which are marked as optional elements.

        When an optional-typed value is present, the value it contains is included in the list. If the optional-typed value is absent, the list element is omitted from the list result.

        Specified by:
        optionalIndices in interface Expression.List<CelExpr>