Package com.github.tonivade.purefun.core
Interface Eq<T>
- Type Parameters:
T- type to verify
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This interface represents a function that verify if two instances of a type are equivalent.
Eq instances can be composed using and() method
-
Method Details
-
eqv
-
and
-
any
-
always
-
throwable
-
comparing
-
comparingArray
-