public final class Equal<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Equal.Tester<T> |
| Modifier and Type | Method and Description |
|---|---|
Equal<T> |
append(Equal.Tester<T> tester) |
boolean |
applyTo(java.lang.Object obj) |
static <T,V> Equal.Tester<T> |
comparing(Function1<T,V> getter) |
static <T,V> Equal.Tester<T> |
comparingArray(Function1<T,V[]> getter) |
static <T> Equal<T> |
of(T target) |
public Equal<T> append(Equal.Tester<T> tester)
public boolean applyTo(java.lang.Object obj)
public static <T> Equal<T> of(T target)
public static <T,V> Equal.Tester<T> comparing(Function1<T,V> getter)
public static <T,V> Equal.Tester<T> comparingArray(Function1<T,V[]> getter)