Package it.tidalwave.role.ui.function
Interface BoundFunction<DOMAIN_TYPE,CODOMAIN_TYPE>
-
- All Superinterfaces:
ChangingSource<CODOMAIN_TYPE>
- All Known Implementing Classes:
AndFunction
,BooleanBoundFunctionSupport
,BoundFunctionSupport
,CopyIfEmptyOrConform
,NonEmptyFunction
,OrFunction
,UnaryBoundFunctionSupport
,WeakCopyFunctionSupport
public interface BoundFunction<DOMAIN_TYPE,CODOMAIN_TYPE> extends ChangingSource<CODOMAIN_TYPE>
- Author:
- fritz
-
-
Method Summary
-
Methods inherited from interface it.tidalwave.role.ui.ChangingSource
addPropertyChangeListener, get, getPropertyChangeListeners, removePropertyChangeListener, unbindAll
-
-