DataUpdatable

interface DataUpdatable

Interface for updatable container.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
update
Link copied to clipboard
abstract fun update()

Inheritors

DataContainer
Link copied to clipboard