partialWith
Since
3.10.0
Call Signature
partialWith<
Options
>(options
): <A
,I
,R
>(self
) =>SchemaClass
<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] },R
>
Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:1609
Type Parameters
• Options extends object
Parameters
options
Options
Returns
Function
Type Parameters
• A
• I
• R
Parameters
self
Schema
<A
, I
, R
>
Returns
SchemaClass
<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R
>
Since
3.10.0
Since
3.10.0
Call Signature
partialWith<
A
,I
,R
,Options
>(self
,options
):SchemaClass
<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] },R
>
Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:1620
Type Parameters
• A
• I
• R
• Options extends undefined
| { exact
: true
; }
Parameters
self
Schema
<A
, I
, R
>
options
Options
Returns
SchemaClass
<{ [K in string | number | symbol]?: A[K] }, { [K in string | number | symbol]?: I[K] }, R
>
Since
3.10.0
Since
3.10.0