Skip to content

Conditional.If_T2

Michael Poteat edited this page Feb 27, 2023 · 3 revisions

hkt-toolbelt / Conditional / If_T2

Interface: If_T2<Predicate, Then>

Conditional.If_T2

Type parameters

Name Type
Predicate extends Kind<(x: never) => boolean>
Then extends Kind

Hierarchy

Properties

[_]

Readonly Abstract [_]: unknown

Inherited from

Kind.[_]

Defined in

kind/kind.ts:10

Methods

f

f(x): If_T3<Predicate, Then, Kind<Function>>

Parameters

Name Type
x Kind<Function>

Returns

If_T3<Predicate, Then, Kind<Function>>

Overrides

Kind.Kind.f

Defined in

conditional/if.ts:26

Clone this wiki locally