@traversable/schema
Preparing search index...
@traversable/schema-codec
Pipe
Interface Pipe<S, T, A, B>
interface
Pipe
<
S
,
T
,
A
,
B
>
{
unpipe
(
mapBack
:
(
b
:
B
)
=>
T
)
:
Codec
<
S
,
B
,
A
>
;
}
Type Parameters
S
T
A
B
Index
Methods
unpipe
Methods
unpipe
unpipe
(
mapBack
:
(
b
:
B
)
=>
T
)
:
Codec
<
S
,
B
,
A
>
Parameters
mapBack
:
(
b
:
B
)
=>
T
Returns
Codec
<
S
,
B
,
A
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
unpipe
@traversable/schema
Loading...