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
faif this is aLeftorfbif this is aRight.