Class Predicates


  • public class Predicates
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      static <T> java.util.function.BiPredicate<T,​T> bothPresent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • bothPresent

        public static <T> java.util.function.BiPredicate<T,​T> bothPresent()