Interface TriPredicate<T,​U,​W>


  • public interface TriPredicate<T,​U,​W>
    • Method Detail

      • test

        boolean test​(T t,
                     U u,
                     W w)