Interface IOFilter<T>


public interface IOFilter<T>
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    filter(T data)
     
  • Method Details

    • filter

      T filter(T data)