Interface Predicate.Unary<A>

Enclosing class:
Predicate

public static interface Predicate.Unary<A>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    call(A arg)
     
  • Method Details

    • call

      boolean call(A arg)