Applies fa if this is a Left or fb if this is a Right.
fa
Left
fb
Right
the function to apply if this is a Left
the function to apply if this is a Right
the results of applying the function
Generated using TypeDoc
Applies
fa
if this is aLeft
orfb
if this is aRight
.