EventType

fs2.io.Watcher.EventType
See theEventType companion object
sealed abstract class EventType

Type of event raised by Watcher. Supports the standard events types as well as arbitrary non-standard types (via NonStandard).

Attributes

Companion
object
Source
DeprecatedWatcher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Created
object Deleted
object Modified
class NonStandard
object Overflow
In this article