Package-level declarations
Types
Functions
Returns the unmodified copy of the result.
Returns the result of onSuccess for the encapsulated value if this instance represents Success or the result of onFailure for the encapsulated failure if it is Failure.
Performs the given action on the encapsulated failure if this instance represents Failure. Returns the original ProcessOutActivityResult unchanged.
Performs the given action on the encapsulated failure if this instance represents Failure. Returns the original ProcessOutResult unchanged.
Performs the given action on the encapsulated value if this instance represents Success. Returns the original ProcessOutActivityResult unchanged.
Performs the given action on the encapsulated value if this instance represents Success. Returns the original ProcessOutResult unchanged.
Maps ProcessOutResult to parcelable ProcessOutActivityResult.