OptionalBackgroundUnaryFunction
class OptionalBackgroundUnaryFunction<A, OA : ObservableValue<A>>(argA: OA, lambda: (A) -> Background?) : UnaryFunction<Background?, A, OA> , ObservableOptionalBackground
Boilerplate which avoids having to use generics.
Similar to BackgroundUnaryFunction, but the value can also be null
.