ReaderResource

kantan.codecs.resource.ReaderResource

Provides instance summoning methods for ReaderResource.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

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

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

Attributes