SplitEpi

dev.profunktor.redis4cats.codecs.splits.SplitEpi
final case class SplitEpi[A, B](get: A => B, reverseGet: B => A) extends A => B

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait A => B
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Inherited methods

def andThen[A](g: B => A): A => A

Attributes

Inherited from:
Function1
def compose[A](g: A => A): A => B

Attributes

Inherited from:
Function1

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1