Interface HasType<E extends Enum<E>>

All Known Subinterfaces:
IntermediateOperation<S,R>, TerminalOperation<S,R>

public interface HasType<E extends Enum<E>>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the type of the operation.
  • Method Details

    • type

      E type()
      Returns the type of the operation.
      Returns:
      the type of the operation
      See Also: