Skip to content

Conditional.If_T1

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

hkt-toolbelt / Conditional / If_T1

Interface: If_T1<Predicate>

Conditional.If_T1

Type parameters

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

Hierarchy

Properties

[_]

Readonly Abstract [_]: unknown

Inherited from

Kind.[_]

Defined in

kind/kind.ts:10

Methods

f

f(x): If_T2<Predicate, Kind<Function>>

Parameters

Name Type
x Kind<Function>

Returns

If_T2<Predicate, Kind<Function>>

Overrides

Kind.Kind.f

Defined in

conditional/if.ts:31

Clone this wiki locally