WithEffect

terminus.effect.WithEffect
trait WithEffect[+F <: Writer]

Attributes

Source
WithEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
F

Members list

Value members

Concrete methods

protected def withEffect[A](on: String, off: String)(f: F ?=> A): A

Attributes

Source
WithEffect.scala
protected def withEffect[A](on: String)(f: F ?=> A): A

Attributes

Source
WithEffect.scala