Metadata<Output, Input>Extended metadata that includes both input metadata and the output value from the schedule.
metadata
Source effect/Schedule.ts:1034 lines
export interface interface Metadata<Output = unknown, Input = unknown>Extended metadata that includes both input metadata and the output value from the schedule.
Metadata<function (type parameter) Output in Metadata<Output = unknown, Input = unknown>Output = unknown, function (type parameter) Input in Metadata<Output = unknown, Input = unknown>Input = unknown> extends interface InputMetadata<Input>Metadata provided to schedule functions containing timing and input information.
InputMetadata<function (type parameter) Input in Metadata<Output = unknown, Input = unknown>Input> {
readonly Metadata<Output = unknown, Input = unknown>.output: Output = unknownoutput: function (type parameter) Output in Metadata<Output = unknown, Input = unknown>Output
readonly Metadata<Output = unknown, Input = unknown>.duration: Duration.Duration(property) Metadata<Output = unknown, Input = unknown>.duration: {
value: DurationValue;
pipe: { <A>(this: A): A; <A, B = never>(this: A, ab: (_: A) => B): B; <A, B = never, C = never>(this: A, ab: (_: A) => B, bc: (_: B) => C): C; <A, B = never, C = never, D = never>(this: A, ab: (_: A) => B, bc: (_: B) => C, cd: (_: C) => D): D; <…;
toString: () => string;
toJSON: () => unknown;
}
duration: import DurationDuration.type Duration.Duration = /*unresolved*/ anyDuration
}Referenced by 8 symbols