DocumentedFunction

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object markdown

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def lift1[F[_]](f: String => String, doc: Option[String])(implicit F: ApplicativeError[F, Throwable]): DocumentedFunction[F]
def lift2[F[_]](f: (String, String) => String, doc: Option[String])(implicit F: ApplicativeError[F, Throwable]): DocumentedFunction[F]
def liftF1[F[_]](f: String => F[String], doc: Option[String])(implicit F: ApplicativeError[F, Throwable]): DocumentedFunction[F]
def liftF2[F[_]](f: (String, String) => F[String], doc: Option[String])(implicit F: ApplicativeError[F, Throwable]): DocumentedFunction[F]

Implicits

Implicits

implicit def show[F[_]]: Show[DocumentedFunction[F]]