EdgesTernaryFunction
class EdgesTernaryFunction<A, OA : ObservableValue<A>, B, OB : ObservableValue<B>, C, OC : ObservableValue<C>>(argA: OA, argB: OB, argC: OC, lambda: (A, B, C) -> Edges) : TernaryFunction<Edges, A, OA, B, OB, C, OC> , ObservableEdges
Boilerplate which avoids having to use generics. An ObservableEdges which is calculated from 3 (ternary) other ObservableValues.
See BinaryFunction (PropertyFunctions).
Constructors
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Edges>, Edges, Edges) -> Unit): ChangeListener<Edges, ObservableValue<Edges>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Edges>, Edges, Edges) -> Unit): ChangeListener<Edges, ObservableValue<Edges>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Edges>, Edges, Edges) -> Unit): ChangeListener<Edges, ObservableValue<Edges>>
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
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard