IndentationBinaryFunction
class IndentationBinaryFunction<A, OA : ObservableValue<A>, B, OB : ObservableValue<B>>(argA: OA, argB: OB, lambda: (A, B) -> Indentation) : BinaryFunction<Indentation, A, OA, B, OB> , ObservableIndentation
Boilerplate which avoids having to use generics. An ObservableIndentation which is calculated from 2 (binary) other ObservableValues.
See BinaryFunction (PropertyFunctions).