Class IsCustomEqual<E>

    • Constructor Detail

      • IsCustomEqual

        public IsCustomEqual​(Equalator<? super E> equalator,
                             E sample)
    • Method Detail

      • test

        public final boolean test​(E e)
        Specified by:
        test in interface Predicate<E>