plus

inline operator fun <T> NullableHandler<T>?.plus(other: NullableHandler<T>?): NullableHandler<T>?(source)