Interface Aggregates.Pending.ConstantType

    • Method Detail

      • constantsOfType

        <T> Aggregates.Pending.Aggregation<T> constantsOfType​(TypeCompatible<T> type)
        Sets the type of constant to aggregate.
        Type Parameters:
        T - constant type
        Parameters:
        type - generic type token
        Returns:
        next step: pending aggregation
      • constantsOfType

        default <T> Aggregates.Pending.Aggregation<T> constantsOfType​(Class<T> clazz)
        Sets the type of constant to aggregate.
        Type Parameters:
        T - constant type
        Parameters:
        clazz - class of constant type
        Returns:
        next step: pending aggregation