SplitMono

final case class SplitMono[A, B](get: A => B, reverseGet: B => A) extends A => B
trait Serializable
trait Product
trait Equals
trait A => B
class Object
trait Matchable
class Any

Value members

Concrete methods

def andThen[C](f: SplitMono[B, C]): SplitMono[A, C]
def apply(a: A): B
def reverse: SplitEpi[B, A]

Inherited methods

@unspecialized
def andThen[A](g: B => A): A => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => A): A => B
Inherited from
Function1
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1