Uses of Interface
org.apache.uima.internal.util.function.Consumer_withSaxException
-
Packages that use Consumer_withSaxException Package Description org.apache.uima.jcas.cas JCAS model for built-in CAS types -
-
Uses of Consumer_withSaxException in org.apache.uima.jcas.cas
Methods in org.apache.uima.jcas.cas with parameters of type Consumer_withSaxException Modifier and Type Method Description default void
CommonList. walkList_saxException(Consumer_withSaxException<NonEmptyList> consumer, java.lang.Runnable foundLoop)
Walks a list, executing the consumer on each element.
-