FileWritten

ostrat.FileWritten
See theFileWritten companion object
class FileWritten(val detailStr: String) extends DoneIO

Report of successful file write.

Attributes

Companion
object
Graph
Supertypes
trait DoneIO
trait EffectReport
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def reportStr: String

Report of the successful action / effect.

Report of the successful action / effect.

Attributes

Definition Classes
override def reportTypeStr: String

The type off effect completed.

The type off effect completed.

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

The specific detail of the effect completed.

The specific detail of the effect completed.

Attributes