snowe
01/24/2019, 7:02 PMis Result.Failure
to check the result class type. I’m unable to do so because it’s stating that Result isResult
class. I had to add a specific import for your Result
instead.
2. looking at the Result documentation there should be a success
method, but I see only get()
, component1
, component2
, and `fold()