WriterResource

kantan.codecs.resource.WriterResource

Provides instance summoning methods for WriterResource.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A](implicit ev: WriterResource[A]): WriterResource[A]

Summons an implicit instance of WriterResource if one is found in scope, fails compilation otherwise.

Summons an implicit instance of WriterResource if one is found in scope, fails compilation otherwise.

Attributes