Adapter Write Api
Result-based write contract for adapters.
반영형 adapter를 위한 결과 기반 쓰기 계약입니다.
Inheritors
Functions
Link copied to clipboard
Removes all items and reports the terminal result.
모든 아이템을 제거하고 종료 결과를 전달합니다.
Link copied to clipboard
Removes the first matching item and reports the terminal result.
첫 번째 일치 아이템을 제거하고 종료 결과를 전달합니다.
Link copied to clipboard
Removes matching items and reports the terminal result.
일치하는 아이템들을 제거하고 종료 결과를 전달합니다.
Link copied to clipboard
Removes a contiguous range and reports the terminal result.
연속 구간을 제거하고 종료 결과를 전달합니다.
Link copied to clipboard
Replaces the item at position and reports the terminal result.
지정 위치 아이템을 교체하고 종료 결과를 전달합니다.