GSetKey

@SerialVersionUID(1L)
final case class GSetKey[A](_id: String) extends Key[GSet[A]] with ReplicatedDataSerialization
Companion:
object
Source:
GSet.scala
trait Product
trait Equals
class Key[GSet[A]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

final override def equals(o: Any): Boolean
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala
final override def hashCode: Int
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala
Inherited from:
Product
override def toString(): String
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala

Inherited fields

val id: KeyId
Inherited from:
Key
Source:
Key.scala