WhatToDo

trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case AddExample(uuid: UUID, example: CodeExample)
case DeleteRemoteExample(uuid: UUID, state: RemoteExampleState)
case KeepRemoteExample(uuid: UUID, example: CodeExample, state: RemoteExampleState)
case OrphanRemoteExample(uuid: UUID, state: RemoteExampleState)
case UnsupportedOperation(uuid: UUID, exampleOption: Option[CodeExample], stateOption: Option[RemoteExampleState])
case UpdateRemoteExample(uuid: UUID, example: CodeExample, state: RemoteExampleState)