Searched refs:NullDataPoint (Results 1 – 2 of 2) sorted by relevance
47 @Suppress("UNCHECKED_CAST") return NullDataPoint.instance as NullDataPoint<T> in asJson()74 class NullDataPoint<T> private constructor() : DataPoint<T> { class79 internal val instance = NullDataPoint<Any>() in asJson()
42 NullDataPoint.isNullValue(jsonValue) -> DataPoint.nullValue() in fromJson()