Class IsEqualPredicate1<T>

    • Field Detail

      • value

        protected final T value
    • Method Detail

      • unwrap

        public static <T> T unwrap​(IPredicate1<? extends T> predicate)
      • test

        public boolean test​(T t)
        Specified by:
        test in interface Predicate<T>
      • getValue

        public T getValue()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object