Module com.s8.api

Interface S8OutputProcessor<T>

Type Parameters:
T - type to be processed on callback
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 S8OutputProcessor<T>
A generic output processor.
Author:
Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
  • Method Summary

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

    • run

      void run(T arg)
      The function method
      Parameters:
      arg - the argument to be processed