Interface Block1<T1>

  • All Superinterfaces:
    java.io.Serializable

    public interface Block1<T1>
    extends java.io.Serializable
    • Method Detail

      • execute

        void execute​(T1 arg1)
              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • asBlockN

        default BlockN asBlockN()