Searched defs:isNotNull (Results 1 – 5 of 5) sorted by relevance
15 const isNotNull = <T,>(value: T | null): value is T => value !== null; constant37 var isNotNull = function (value) { return value !== null; }; function
16 const isNotNull = <T,>(value: T | null): value is T => value !== null; constant
72 this.isNotNull = function (...args) { method230 this.isNotNull = function (...args) { method
70 this.isNotNull = function (...args) { method
168 this.isNotNull = function (...args) { method