ImageUnaryFunction
class ImageUnaryFunction<A, OA : ObservableValue<A>>(argA: OA, lambda: (A) -> Image) : UnaryFunction<Image, A, OA> , ObservableImage
Boilerplate which avoids having to use generics. An ObservableImage which is calculated from 1 (unary) other ObservableValue.
See UnaryFunction (PropertyFunctions).
Properties
Functions
Link copied to clipboard
open fun addBindChangeListener(lambda: (ObservableValue<Image>, Image, Image) -> Unit): ChangeListener<Image, ObservableValue<Image>>
Link copied to clipboard
Link copied to clipboard
open fun addChangeListener(lambda: (ObservableValue<Image>, Image, Image) -> Unit): ChangeListener<Image, ObservableValue<Image>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun addWeakChangeListener(lambda: (ObservableValue<Image>, Image, Image) -> Unit): ChangeListener<Image, ObservableValue<Image>>
Link copied to clipboard
Link copied to clipboard
A Property function which converts an Image to an ImageView
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