Timestream.else_
- Timestream.else_(other)
-
Return a Timestream containing
self
when notnull
, andother
otherwise.- Parameters:
-
other (Timestream)
The Timestream to use if self is
null
.
Return a Timestream containing self
when not null
, and other
otherwise.
other (Timestream)
The Timestream to use if self is null
.