object WatchEventType
- Companion:
- class
- Source:
- WatchEvent.scala
Type members
Classlikes
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
Right.apply[Nothing,ADDED.type](ADDED)
case"DELETED"=>
Right.apply[Nothing,DELETED.type](DELETED)
case"MODIFIED"=>
Right.apply[Nothing,MODIFIED.type](MODIFIED)
case"BOOKMARK"=>
Right.apply[Nothing,BOOKMARK.type](BOOKMARK)
case"ERROR"=>
Right.apply[Nothing,ERROR.type](ERROR)
caseother=>
Right.apply[Nothing,Unknown](Unknown.apply(other))
}))" class="documentableAnchor">
implicit val
Right.apply[Nothing,ADDED.type](ADDED)
case"DELETED"=>
Right.apply[Nothing,DELETED.type](DELETED)
case"MODIFIED"=>
Right.apply[Nothing,MODIFIED.type](MODIFIED)
case"BOOKMARK"=>
Right.apply[Nothing,BOOKMARK.type](BOOKMARK)
case"ERROR"=>
Right.apply[Nothing,ERROR.type](ERROR)
caseother=>
Right.apply[Nothing,Unknown](Unknown.apply(other))
}))" class="documentableName ">decodeEventType: Decoder[WatchEventType]
- Source:
- WatchEvent.scala