AnyOps

mouse.AnyOps
final class AnyOps[A](a: A) extends AnyVal

Attributes

Source
any.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def <|(f: A => Unit): A

Attributes

Source
any.scala
def asLeftF[F[_], R](implicit F: Applicative[F]): F[Either[A, R]]

Attributes

Source
any.scala
def asRightF[F[_], L](implicit F: Applicative[F]): F[Either[L, A]]

Attributes

Source
any.scala
def someF[F[_]](implicit F: Applicative[F]): F[Option[A]]

Attributes

Source
any.scala
def thrush[B](f: A => B): B

Attributes

Source
any.scala
def unsafeTap(f: A => Unit): A

Attributes

Source
any.scala
def |>[B](f: A => B): B

Attributes

Source
any.scala