Interface ThrowingTriPredicate<P0,P1,P2,E extends Throwable>


public interface ThrowingTriPredicate<P0,P1,P2,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(P0 p0, P1 p1, P2 p2)
     
  • Method Details