Interface Lambdas.CheckedPredicate<T,​E extends Throwable>

Enclosing class:
Lambdas

public static interface Lambdas.CheckedPredicate<T,​E extends Throwable>
  • Method Summary

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

    • test

      boolean test(T value) throws E
      Throws:
      E extends Throwable