snakia.core.rx.conds

Functions

cond(condition, if_true, if_false)

Classes

ParamSpec(name, *[, bound, covariant, ...])

Parameter specification variable.

TypeVar(name, *constraints[, bound, ...])

Type variable.

snakia.core.rx.conds.cond(condition, if_true, if_false)[source]
Return type:

Callable[[ParamSpec(P)], Union[TypeVar(T), TypeVar(F)]]