Event

fs2.io.file.Watcher$.Event$
See theEvent companion class
object Event

Attributes

Companion:
class
Source:
Watcher.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Event.type

Members list

Concise view

Type members

Classlikes

final case class Created(path: Path, count: Int) extends Event

Attributes

Source:
Watcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Event
class Object
trait Matchable
class Any
final case class Deleted(path: Path, count: Int) extends Event

Attributes

Source:
Watcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Event
class Object
trait Matchable
class Any
final case class Modified(path: Path, count: Int) extends Event

Attributes

Source:
Watcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Event
class Object
trait Matchable
class Any
final case class NonStandard(event: WatchEvent[_], registeredDirectory: Path) extends Event

Attributes

Source:
Watcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Event
class Object
trait Matchable
class Any
final case class Overflow(count: Int) extends Event

Attributes

Source:
Watcher.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Event
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def fromWatchEvent(e: WatchEvent[_], registeredDirectory: Path): Event

Converts a NIO WatchEvent to an FS2 Watcher.Event.

Converts a NIO WatchEvent to an FS2 Watcher.Event.

Attributes

e

event to convert

registeredDirectory

path of the directory for which the event's path is relative

Source:
Watcher.scala