fun <T> Builder<Optional<T>>.toNullable(): Builder<T?>
Maps an assertion on a Java Optional to a Kotlin nullable type.
Optional