Optional<T> extension

An extension on any nullable object.

on
  • T?

Properties

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