AllOps

trait AllOps[F[_], A] extends Ops[F, A] with AllOps[F, A]
trait AllOps[F, A]
trait AllOps[F, A]
trait AllOps[F, A]
trait Ops[F, A]
trait Ops[F, A]
trait Ops[F, A]
trait Ops[F, A]
class Object
trait Matchable
class Any
trait AllOps[F, A]

Type members

Types

Value members

Inherited methods

def as[B](b: B): F[B]
Inherited from:
Ops
def coflatMap[B](f: F[A] => B): F[B]
Inherited from:
Ops
def coflatten: F[F[A]]
Inherited from:
Ops
def extract: A
Inherited from:
Ops
final def fmap[B](f: A => B): F[B]
Inherited from:
Ops
def fproduct[B](f: A => B): F[(A, B)]
Inherited from:
Ops
def fproductLeft[B](f: A => B): F[(B, A)]
Inherited from:
Ops
def imap[B](f: A => B)(g: B => A): F[B]
Inherited from:
Ops
def map[B](f: A => B): F[B]
Inherited from:
Ops
def self: F[A]
Inherited from:
Ops
def tupleLeft[B](b: B): F[(B, A)]
Inherited from:
Ops
def tupleRight[B](b: B): F[(A, B)]
Inherited from:
Ops
def void: F[Unit]
Inherited from:
Ops
def widen[B >: A]: F[B]
Inherited from:
Ops

Inherited fields