Interface CLNIOOperationType<T>

Type Parameters:
T - The returned value

public interface CLNIOOperationType<T>
An I/O operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Execute the operation.
  • Method Details