KeysFound

indigo.shared.events.StorageEvent.KeysFound
final case class KeysFound(found: List[(Int, Option[String])]) extends StorageEvent

Key check response.

Value parameters

found

list of (index -> maybe key)

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