EventType

fs2.io.file.Watcher.EventType
See theEventType companion class
object EventType

Attributes

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

Members list

Type members

Classlikes

case object Created extends EventType

Attributes

Source
Watcher.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventType
class Object
trait Matchable
class Any
Show all
Self type
Created.type
case object Deleted extends EventType

Attributes

Source
Watcher.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventType
class Object
trait Matchable
class Any
Show all
Self type
Deleted.type
case object Modified extends EventType

Attributes

Source
Watcher.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventType
class Object
trait Matchable
class Any
Show all
Self type
Modified.type
final case class NonStandard(kind: Kind[_]) extends EventType

Attributes

Source
Watcher.scala
Supertypes
trait Serializable
trait Product
trait Equals
class EventType
class Object
trait Matchable
class Any
Show all
case object Overflow extends EventType

Attributes

Source
Watcher.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class EventType
class Object
trait Matchable
class Any
Show all
Self type
Overflow.type

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 toWatchEventKind(et: EventType): Kind[_]

Attributes

Source
Watcher.scala