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.type
object Deleted.type
object Modified.type
class NonStandard
object Overflow.type
In this article