KeyFoundAt

indigo.shared.events.StorageEvent.KeyFoundAt
final case class KeyFoundAt(index: Int, key: Option[String]) extends StorageEvent

Key check response.

Value parameters

index

the index checked

key

the unique key name found at the index position.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StorageEvent
trait GlobalEvent
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