Arrow
1.1.5
common
arrow-core
/
arrow.core
/
Endo
Endo
data
class
Endo
<
A
>
(
val
f
:
(
A
)
->
A
)
(
source
)
The monoid of endomorphisms under composition.
Types
Constructors
Functions
Properties
Constructors
Endo
Link copied to clipboard
fun
<
A
>
Endo
(
f
:
(
A
)
->
A
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
combine
Link copied to clipboard
fun
combine
(
g
:
Endo
<
A
>
)
:
Endo
<
A
>
Properties
f
Link copied to clipboard
val
f
:
(
A
)
->
A