Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-optics
/
arrow.optics.typeclasses
/
Snoc
/
Companion
Companion
object
Companion
Members
Functions
invoke
Link copied to clipboard
operator
fun
<
S
,
A
>
invoke
(
prism
:
Prism
<
S
,
Pair
<
S
,
A
>
>
)
:
Snoc
<
S
,
A
>
Construct a
Snoc
instance from a
Prism
.
list
Link copied to clipboard
@
JvmStatic
fun
<
A
>
list
(
)
:
Snoc
<
List
<
A
>
,
A
>
Snoc
instance definition for
List
.
string
Link copied to clipboard
@
JvmStatic
fun
string
(
)
:
Snoc
<
String
,
Char
>
Snoc
instance for
String
.