Module com.s8.api

Interface S8CodeBlock

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

@FunctionalInterface public interface S8CodeBlock
An simple Runnable block (most basic task of the S8AsyncFlow).
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    The function method
  • Method Details

    • run

      void run()
      The function method