Package com.stereowalker.unionlib.insert
Class InsertSetterImpl<T>
java.lang.Object
com.stereowalker.unionlib.insert.InsertSetterImpl<T>
- All Implemented Interfaces:
InsertSetter<T>
-
Constructor Summary
ConstructorsConstructorDescriptionInsertSetterImpl(T startingValue) InsertSetterImpl(T startingValue, BiFunction<T, T, Boolean> validator) -
Method Summary
-
Constructor Details
-
InsertSetterImpl
-
InsertSetterImpl
-
-
Method Details
-
set
- Specified by:
setin interfaceInsertSetter<T>
-
get
- Specified by:
getin interfaceInsertSetter<T>
-
wasChanged
public boolean wasChanged()- Specified by:
wasChangedin interfaceInsertSetter<T>
-
applyOnChange
-