isNil
isNil<
E,A>(state):state is Nil
Defined in: Core/Op.ts:635
Returns true if the state is Nil (the operation completed without a value or error).
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”State<E, A>
Returns
Section titled “Returns”state is Nil