Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-lib
monet
Catamorphism
Interface Catamorphism<F, T>
interface
Catamorphism
<
F
,
T
>
{
cata
<
C
>
(
l
:
(
(
e
?:
F
)
=>
C
)
,
r
:
(
(
v
:
T
)
=>
C
)
)
:
C
;
}
Type Parameters
F
T
Hierarchy-Diagram
Legend
interface
public method
Hierarchy (
view full
)
Catamorphism
monet
.
Maybe
monet
.
Either
monet
.
Validation
Index
Methods
cata
Methods
cata
cata
<
C
>
(
l
:
(
(
e
?:
F
)
=>
C
)
,
r
:
(
(
v
:
T
)
=>
C
)
)
:
C
Type Parameters
C
Parameters
l
:
(
(
e
?:
F
)
=>
C
)
(
e
?:
F
)
:
C
Parameters
Optional
e
:
F
Returns
C
r
:
(
(
v
:
T
)
=>
C
)
(
v
:
T
)
:
C
Parameters
v
:
T
Returns
C
Returns
C
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cata
Official Cockpit API Documentation
Houston Common Library
Loading...