| Constructor and Description |
|---|
AttributesEqualOrSourceNullFilter(Record object,
Collection<String> fieldNames) |
AttributesEqualOrSourceNullFilter(Record object,
String... fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Record object)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
static boolean |
accept(Record object1,
Record object2,
Collection<String> fieldNames) |
static boolean |
accept(Record object1,
Record object2,
String... fieldNames) |
String |
toString() |
public AttributesEqualOrSourceNullFilter(Record object, Collection<String> fieldNames)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.