MapRes

dataprism.platform.MapRes
See theMapRes companion object
trait MapRes[F[_], R]

Attributes

Companion
object
Source
MapRes.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type K[_[_]]

Attributes

Source
MapRes.scala

Value members

Abstract methods

def applyKC: ApplyKC[K]

Attributes

Source
MapRes.scala
def fromK(k: K[F]): R

Attributes

Source
MapRes.scala
def toK(r: R): K[F]

Attributes

Source
MapRes.scala
def traverseKC: TraverseKC[K]

Attributes

Source
MapRes.scala