kantan.codecs.resource.Resource
See theResource companion trait
object Resource extends PlatformSpecificInstances
Attributes
- Companion
- trait
- Source
- Resource.scala
- Graph
-
- Supertypes
- Self type
-
Resource.type
Members list
Value members
Concrete methods
Attributes
- Source
- Resource.scala
Implicits
Implicits
Attributes
- Source
- Resource.scala
implicit def readerFromStream[A : InputResource](implicit evidence$1: InputResource[A], codec: Codec): ReaderResource[A]
Turns any InputResource into a ReaderResource using whatever implicit Codec is found in scope.
Turns any InputResource into a ReaderResource using whatever implicit Codec is found in scope.
Attributes
- Source
- Resource.scala
Attributes
- Source
- Resource.scala
Attributes
- Source
- Resource.scala
Attributes
- Source
- Resource.scala
Attributes
- Source
- Resource.scala
implicit def writerFromStream[A : OutputResource](implicit evidence$1: OutputResource[A], codec: Codec): WriterResource[A]
Turns any OutputResource into a WriterResource using whatever implicit Codec is found in scope.
Turns any OutputResource into a WriterResource using whatever implicit Codec is found in scope.
Attributes
- Source
- Resource.scala
Attributes
- Source
- Resource.scala
Inherited implicits
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
Attributes
- Inherited from:
- PlatformSpecificInstances
- Source
- PlatformSpecificInstances.scala
In this article