Optional<T> extension

An extension on any nullable object.

on
  • T?

Properties

optional Option<T>

Available on T?, provided by the Optional extension

Creates a Some with this as its value, if it is not null, or a None otherwise.
no setter