Type alias Result<TInstance, TValue, TKind>

Result<TInstance, TValue, TKind>: Applied<TValue, Instance<TInstance, TValue, TKind>>

A type of input aspect application result of the given application kind and input value type.

Type Parameters

  • TInstance

    Aspect instance type.

  • TValue

    Input value type.

  • TKind extends Kind

    Aspect application kind.

Generated using TypeDoc