SideUnaryFunction
class SideUnaryFunction<A, OA : ObservableValue<A>>(argA: OA, lambda: (A) -> Side) : UnaryFunction<Side, A, OA> , ObservableSide
Boilerplate which avoids having to use generics. An ObservableSide which is calculated from 1 (unary) other ObservableValue.
See UnaryFunction (PropertyFunctions).
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Side>, Side, Side) -> Unit): ChangeListener<Side, ObservableValue<Side>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Side>, Side, Side) -> Unit): ChangeListener<Side, ObservableValue<Side>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Side>, Side, Side) -> Unit): ChangeListener<Side, ObservableValue<Side>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Orientations LEFT and RIGHT are mapped to Orientation.HORIZONTAL. Orientations TOP and BOTTOM are mapped to Orientation.VERTICAL.
Link copied to clipboard
Orientations LEFT and RIGHT are mapped to Orientation.VERTICAL. Orientations TOP and BOTTOM are mapped to Orientation.HORIZONTAL.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard