Interface Utils.Filter<T>

Enclosing class:
Utils

public static interface Utils.Filter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    select(T t)
     
  • Method Details

    • select

      boolean select(T t)