UpdateAndNewValue

zio.pravega.table.UpdateAndNewValue
final case class UpdateAndNewValue[V](upsert: TableEntryUpdate, newValue: V)

Holds the update and the new value.

Note: the new value is not necessarily the value that was received as input, if the key value pair already existed in the table, the new value is the result of the combine function.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product