of

public static StringChange of(String previousValue, String newValue)

Creates StringChange object for the passed previous and new field values.

Passed values cannot be equal.


public static TimestampChange of(Timestamp previousValue, Timestamp newValue)

Creates TimestampChange object for the passed previous and new field values.

Passed values cannot be equal.


public static DoubleChange of(double previousValue, double newValue)

Creates DoubleChange object for the passed previous and new field values.

Passed values cannot be equal.


public static FloatChange of(float previousValue, float newValue)

Creates FloatChange object for the passed previous and new field values.

Passed values cannot be equal.


public static BytesChange of(ByteString previousValue, ByteString newValue)

Creates BytesChange object for the passed previous and new field values.

Passed values cannot be equal.


public static BooleanChange of(boolean previousValue, boolean newValue)

Creates BooleanChange object for the passed previous and new field values.

Passed values cannot be equal.