public class DiffLookJS extends JavaScriptObjectX implements DiffLook
Modifier and Type | Field and Description |
---|---|
static Equator<DiffLook> |
EQUATOR
An equator that implements DiffLook.
|
Modifier | Constructor and Description |
---|---|
protected |
DiffLookJS() |
Modifier and Type | Method and Description |
---|---|
String |
key()
The difference key.
|
String |
selectand()
The selectand for the difference bridge 's'
parameter, specified as difference ordinal "a" or "b".
|
boolean |
toPersist()
Whether to persist this difference along with other staged state.
|
_enumerablePropertyNames, _in, _isDuckType, _isDuckType
_delete, _get, _getBoolean, _getByte, _getChar, _getDouble, _getFloat, _getInt, _getShort, _getString, _hasOwnProperty, _hasProperty, _propertyIsEnumerable, _set, _setBoolean, _setByte, _setChar, _setDouble, _setFloat, _setInt, _setShort, _setString, cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
@ThreadSafe public static final Equator<DiffLook> EQUATOR
protected DiffLookJS()
public final String key()
DiffLook
public final String selectand()
DiffLook
selectand
in interface DiffLook
public final boolean toPersist()
DiffLook
toPersist
in interface DiffLook