Interface RunnableE<E extends Exception>

All Known Subinterfaces:
StructureRunnable

@PublicSpi public interface RunnableE<E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    default RunnableE<E>
    andThen(RunnableE<? extends E> another)
     
    void
    run()