Class Messages.ThrowableEquivalence

  • All Implemented Interfaces:
    java.util.function.BiPredicate<java.lang.Throwable,​java.lang.Throwable>
    Enclosing class:
    Messages

    private static final class Messages.ThrowableEquivalence
    extends com.google.common.base.Equivalence<java.lang.Throwable>
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.common.base.Equivalence

        com.google.common.base.Equivalence.Wrapper<T extends java.lang.Object>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean doEquivalent​(java.lang.Throwable a, java.lang.Throwable b)  
      protected int doHash​(java.lang.Throwable t)  
      • Methods inherited from class com.google.common.base.Equivalence

        equals, equivalent, equivalentTo, hash, identity, onResultOf, pairwise, test, wrap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or
    • Constructor Detail

      • ThrowableEquivalence

        private ThrowableEquivalence()
    • Method Detail

      • doEquivalent

        protected boolean doEquivalent​(java.lang.Throwable a,
                                       java.lang.Throwable b)
        Specified by:
        doEquivalent in class com.google.common.base.Equivalence<java.lang.Throwable>
      • doHash

        protected int doHash​(java.lang.Throwable t)
        Specified by:
        doHash in class com.google.common.base.Equivalence<java.lang.Throwable>