Interface TryIgnore.PredicateThrows<T>

Enclosing class:
TryIgnore

public static interface TryIgnore.PredicateThrows<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T val)
     
  • Method Details

    • test

      boolean test(T val)