fs2.io.Watcher
See theWatcher companion class
object Watcher
Attributes
- Companion
- class
- Source
- DeprecatedWatcher.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Watcher.type
Members list
Type members
Classlikes
Event raised by Watcher
.
Event raised by Watcher
. Supports standard events as well as arbitrary non-standard events (via NonStandard
).
Attributes
- Companion
- object
- Source
- DeprecatedWatcher.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object Event
Attributes
- Companion
- class
- Source
- DeprecatedWatcher.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Event.type
Type of event raised by Watcher
.
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object EventType
Attributes
- Companion
- class
- Source
- DeprecatedWatcher.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EventType.type
Value members
Concrete methods
Creates a watcher for the default file system.
Creates a watcher for the supplied file system.
Creates a watcher for the supplied NIO WatchService
.
In this article