<
Back
Packages
package
root
This is the API documentation for the
Redis4Cats
library.
Definition Classes
root
package
dev
Definition Classes
root
package
profunktor
Definition Classes
dev
package
redis4cats
Definition Classes
profunktor
package
codecs
Definition Classes
redis4cats
package
splits
Definition Classes
codecs
SplitEpi
SplitMono
p
dev
.
profunktor
.
redis4cats
.
codecs
splits
package
splits
Source
package.scala
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
splits
AnyRef
Any
Hide All
Show All
Visibility
Public
Protected
Type Members
final
case class
SplitEpi
[
A
,
B
]
(
get: (
A
) =>
B
,
reverseGet: (
B
) =>
A
)
extends (
A
) =>
B
with
Product
with
Serializable
final
case class
SplitMono
[
A
,
B
]
(
get: (
A
) =>
B
,
reverseGet: (
B
) =>
A
)
extends (
A
) =>
B
with
Product
with
Serializable
Value Members
val
stringDoubleEpi
:
SplitEpi
[
String
,
Double
]
val
stringIntEpi
:
SplitEpi
[
String
,
Int
]
val
stringLongEpi
:
SplitEpi
[
String
,
Long
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
This is the API documentation for the Redis4Cats library.