Interface GeneralNonBlockingStepExecution.Block

  • Enclosing class:
    GeneralNonBlockingStepExecution
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    protected static interface GeneralNonBlockingStepExecution.Block
    Block to be passed to run(). like Callable<Void>, may throw an exception; yet like Runnable, it need not return null; at the end.