Interface LongTriIntBiObjPredicate<T,V>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface LongTriIntBiObjPredicate<T,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(long var1, int var3, int var4, int var5, T var6, V var7)
     
  • Method Details

    • test

      boolean test(long var1, int var3, int var4, int var5, T var6, V var7)