Uses of Interface
it.tidalwave.role.ui.ChangingSource
-
Uses of ChangingSource in it.tidalwave.role.ui
Modifier and TypeMethodDescriptionvoid
BoundProperty.bind
(ChangingSource<T> source) Binds this property to aChangingSource
. -
Uses of ChangingSource in it.tidalwave.role.ui.function
Modifier and TypeClassDescriptionclass
class
class
BoundFunctionSupport<DOMAIN_TYPE,
CODOMAIN_TYPE> class
class
class
class
UnaryBoundFunctionSupport<DOMAIN_TYPE,
CODOMAIN_TYPE> class
Changes the destination only at a certain condition in function of the target.Modifier and TypeFieldDescriptionprotected final ChangingSource
<DOMAIN_TYPE> UnaryBoundFunctionSupport.source
protected final ChangingSource<Boolean>[]
BooleanBoundFunctionSupport.sources
Modifier and TypeMethodDescriptionstatic AndFunction
AndFunction.and
(ChangingSource<Boolean>... sources) static CopyIfEmptyOrConform
CopyIfEmptyOrConform.copyIfEmptyOrConform
(ChangingSource<String> source) static NonEmptyFunction
NonEmptyFunction.nonEmpty
(ChangingSource<String> source) static OrFunction
OrFunction.or
(ChangingSource<Boolean>... sources) ModifierConstructorDescriptionAndFunction
(ChangingSource<Boolean>... sources) BooleanBoundFunctionSupport
(ChangingSource<Boolean>... sources) CopyIfEmptyOrConform
(ChangingSource<String> sourceProperty) NonEmptyFunction
(ChangingSource<String> source) OrFunction
(ChangingSource<Boolean>... sources) protected
WeakCopyFunctionSupport
(ChangingSource<T> source)