| Modifier and Type | Method and Description |
|---|---|
Chain.EquivalenceChain |
equals(boolean left,
boolean right)
Compares two
boolean values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
equals(byte left,
byte right)
Compares two
byte values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
equals(char left,
char right)
Compares two
char values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
equals(double left,
double right)
Compares two
double values as specified by Double.compare(double, double), if the result of this equivalence chain has not
already been determined. |
Chain.EquivalenceChain |
equals(float left,
float right)
Compares two
float values as specified by Float.compare(float, float), if the result of this equivalence chain has not
already been determined. |
Chain.EquivalenceChain |
equals(int left,
int right)
Compares two
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
equals(long left,
long right)
Compares two
long values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
Chain.EquivalenceChain |
equals(Object left,
Object right)
Compares two comparable objects as specified by
CommonUtil.equals(Object, Object), if the result of this equivalence chain
has not already been determined. |
Chain.EquivalenceChain |
equals(short left,
short right)
Compares two
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined. |
<T,E extends Exception> |
equals(T left,
T right,
Throwables.BiFunction<? super T,? super T,Boolean,E> func) |
boolean |
result() |
public Chain.EquivalenceChain equals(Object left, Object right)
CommonUtil.equals(Object, Object), if the result of this equivalence chain
has not already been determined.left - right - public <T,E extends Exception> Chain.EquivalenceChain equals(T left, T right, Throwables.BiFunction<? super T,? super T,Boolean,E> func) throws E extends Exception
T - E - left - right - func - E - the eE extends Exceptionpublic Chain.EquivalenceChain equals(boolean left, boolean right)
boolean values as specified by left == right,
if the result of this equivalence chain has not already been
determined.left - right - public Chain.EquivalenceChain equals(char left, char right)
char values as specified by left == right,
if the result of this equivalence chain has not already been
determined.left - right - public Chain.EquivalenceChain equals(byte left, byte right)
byte values as specified by left == right,
if the result of this equivalence chain has not already been
determined.left - right - public Chain.EquivalenceChain equals(short left, short right)
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined.left - right - public Chain.EquivalenceChain equals(int left, int right)
int values as specified by left == right,
if the result of this equivalence chain has not already been
determined.left - right - public Chain.EquivalenceChain equals(long left, long right)
long values as specified by left == right,
if the result of this equivalence chain has not already been
determined.left - right - public Chain.EquivalenceChain equals(float left, float right)
float values as specified by Float.compare(float, float), if the result of this equivalence chain has not
already been determined.left - right - public Chain.EquivalenceChain equals(double left, double right)
double values as specified by Double.compare(double, double), if the result of this equivalence chain has not
already been determined.left - right - public boolean result()
Copyright © 2021. All rights reserved.