Class InsertResultCancellerImpl<T>
java.lang.Object
com.stereowalker.unionlib.insert.InsertResultCancellerImpl<T>
- All Implemented Interfaces:
InsertResultCanceller<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyOnCancel(Consumer<T> con) voidvoidinvalidateCancel(Function<T, Boolean> con) boolean
-
Constructor Details
-
InsertResultCancellerImpl
-
-
Method Details
-
cancel
- Specified by:
cancelin interfaceInsertResultCanceller<T>
-
cancelResult
- Specified by:
cancelResultin interfaceInsertResultCanceller<T>
-
wasCancelled
public boolean wasCancelled()- Specified by:
wasCancelledin interfaceInsertResultCanceller<T>
-
applyOnCancel
-
invalidateCancel
-