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