OutputResource

kantan.codecs.resource.OutputResource

Provides instance summoning methods for OutputResource.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

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

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

Attributes