Liftable

it.unibo.distributedfrp.utils.Liftable
See theLiftable companion object
trait Liftable[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def lift[A, B](a: F[A])(f: A => B): F[B]
def lift[A, B, C](a: F[A], b: F[B])(f: (A, B) => C): F[C]
def lift[A, B, C, D](a: F[A], b: F[B], c: F[C])(f: (A, B, C) => D): F[D]