Interface IOCallback<T>

Type Parameters:
T - the type of the input to the operation.

public interface IOCallback<T>
Abstract I/O callback.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T object)