streams v3.5.0 (2023-06-23T15:36:02Z)
Dub
Repo
Either.map
streams
utils
Either
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Either
(A, string NameA, B, string NameB)
const
T
map
(
T
)
(
T
delegate
(
A
)
dgA
,
T
delegate
(
B
)
dgB
)
if
(
!
is
(
A
==
B
)
)
Meta
Source
See Implementation
streams
utils
Either
aliases
firstType
secondType
constructors
this
functions
has
map
opDispatch
unions
U