Applied

Indicates that the mutation was applied successfully.

변경이 성공적으로 반영되었음을 나타냅니다.

Functions

Link copied to clipboard
open fun fold(onApplied: () -> Unit, onRejected: (ListAdapterResult.Rejected) -> Unit, onFailed: (ListAdapterResult.Failed) -> Unit)

Folds this result into applied, rejected, or failed branches.

현재 결과를 적용 성공, 거절, 실패 분기로 처리합니다.