Class AbstractRichOp<T>

  • Type Parameters:
    T - the functional Type of the Op
    All Implemented Interfaces:
    GenericTyped, RichOp<T>

    public abstract class AbstractRichOp<T>
    extends Object
    implements RichOp<T>
    An abstract implementation of RichOp. While this class has no abstract methods, it should remain abstract due to the fact that it does not implement the Op type it purports to be. The implementation of that method is left to implementations of this class (and is necessary for the correct behavior of RichOp.asOpType()).
    Author:
    Gabriel Selzer