コンテンツにスキップ

BatchResult

このコンテンツはまだ日本語訳がありません。

BatchResult: object

Defined in: packages/core/src/types.ts:198

Companion object for the BatchResult type. Provides factory utilities.

readonly empty: <T>() => BatchResult<T>

Create an empty BatchResult with no values or errors.

T

BatchResult<T>

an empty BatchResult

Safe — pure function

const empty = BatchResult.empty<Content>();