Interface IPredicate<T>


public interface IPredicate<T>
Created with IntelliJ IDEA.
Author:
bennidi Date: 10/22/12 Time: 9:33 AM To change this template use File | Settings | File Templates.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    apply(T target)
     
  • Method Details

    • apply

      boolean apply(T target)