Package com.google.inject.internal
Class Messages.ThrowableEquivalence
java.lang.Object
com.google.common.base.Equivalence<Throwable>
com.google.inject.internal.Messages.ThrowableEquivalence
- All Implemented Interfaces:
BiPredicate<Throwable,
Throwable>
- Enclosing class:
Messages
private static final class Messages.ThrowableEquivalence
extends com.google.common.base.Equivalence<Throwable>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.base.Equivalence
com.google.common.base.Equivalence.Wrapper<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doEquivalent
(Throwable a, Throwable b) protected int
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