HAlignmentTernaryFunction

Boilerplate which avoids having to use generics. An ObservableHAlignment which is calculated from 3 (ternary) other ObservableValues.

See BinaryFunction (PropertyFunctions).

Constructors

Link copied to clipboard
constructor(argA: OA, argB: OB, argC: OC, lambda: (A, B, C) -> HAlignment)