Class RX1<E1,​R>

  • Type Parameters:
    E1 - Type of the free variable, i.e. the element the closure is called or closed on.
    R - Type of the closure's return value.
    All Implemented Interfaces:
    Serializable, IgniteReducer<E1,​R>

    public abstract class RX1<E1,​R>
    extends IgniteReducerX<E1,​R>
    Defines alias for IgniteReducerX by extending it. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended to provide for more concise code in cases when readability won't be sacrificed. For more information see IgniteReducerX.
    See Also:
    GridFunc, IgniteReducerX, Serialized Form
    • Constructor Detail

      • RX1

        public RX1()