IndentationUnaryFunction
class IndentationUnaryFunction<A, OA : ObservableValue<A>>(argA: OA, lambda: (A) -> Indentation) : UnaryFunction<Indentation, A, OA> , ObservableIndentation
Boilerplate which avoids having to use generics. An ObservableIndentation which is calculated from 1 (unary) other ObservableValue.
See UnaryFunction (PropertyFunctions).