Interface QuadPredicate<T,R,S,U>


public interface QuadPredicate<T,R,S,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(T var1, R var2, S var3, U var4)
     
  • Method Details

    • test

      boolean test(T var1, R var2, S var3, U var4)