Class FTAggregateOptions.Apply

  • Enclosing class:
    FTAggregateOptions

    public static class FTAggregateOptions.Apply
    extends FTAggregateOptions.FTAggregateClause
    Apply a 1-to-1 transformation on one or more properties and either stores the result as a new property down the pipeline or replace any property using this transformation.
    • Constructor Summary

      Constructors 
      Constructor Description
      Apply​(@NonNull GlideString expression, @NonNull GlideString name)
      Initialize a new instance.
      Apply​(@NonNull java.lang.String expression, @NonNull java.lang.String name)
      Initialize a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Apply

        public Apply​(@NonNull
                     @NonNull GlideString expression,
                     @NonNull
                     @NonNull GlideString name)
        Initialize a new instance.
        Parameters:
        expression - The transformation expression.
        name - The new property name to store the result of apply.
      • Apply

        public Apply​(@NonNull
                     @NonNull java.lang.String expression,
                     @NonNull
                     @NonNull java.lang.String name)
        Initialize a new instance.
        Parameters:
        expression - The transformation expression.
        name - The new property name to store the result of apply.