Interface IPredicate<T>


public interface IPredicate<T>
Created with IntelliJ IDEA.
  • Method Summary

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

    • apply

      boolean apply(T target)