E - Thrown exception.@FunctionalInterface public interface CasProcessor<E extends Throwable>
| Modifier and Type | Method and Description | 
|---|---|
| default CasProcessor<E> | andThen(CasProcessor<E> after)Returns a composed  CasProcessorlikeandThen(CasProcessor). | 
| void | process(CAS aCas)Accepts the processor. | 
default CasProcessor<E> andThen(CasProcessor<E> after)
CasProcessor like andThen(CasProcessor).after - the operation to perform after this operationCasProcessor like andThen(CasProcessor).NullPointerException - when after is nullCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.