Flags

fs2.io.file.Flags$
See theFlags companion class
object Flags

Attributes

Companion:
class
Source:
Flags.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Flags.type

Members list

Concise view

Type members

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 apply(flags: Flag*): Flags

Attributes

Source:
Flags.scala

Inherited methods

def fromOpenOptions(options: Iterable[OpenOption]): Flags

Attributes

Inherited from:
FlagsCompanionPlatform (hidden)
Source:
Flag.scala

Concrete fields

Flags used for opening a file for appending, creating it if it doesn't exist.

Flags used for opening a file for appending, creating it if it doesn't exist.

Attributes

Source:
Flags.scala
val Read: Flags

Flags used for opening a file for reading.

Flags used for opening a file for reading.

Attributes

Source:
Flags.scala

Flags used for opening a file for writing, creating it if it doesn't exist, and truncating it.

Flags used for opening a file for writing, creating it if it doesn't exist, and truncating it.

Attributes

Source:
Flags.scala