Interface IPredicate<T>


public interface IPredicate<T>
Author:
Cato Auestad <cato@timeanddate.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    is​(T type)
     
    of​(T type)
     
  • Method Details