Uses of Interface
org.apache.uima.internal.util.function.Consumer2
-
Packages that use Consumer2 Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of Consumer2 in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl with parameters of type Consumer2 Modifier and Type Method Description void
CasCompare. applyToTypeFeature(java.lang.String typeName, java.lang.String featureBaseName, Consumer2<TOP,Feature> c)
Before comparing, you can adjust specific features of specific types, arbitrarily.private void
CasCompare. applyToTypeFeature_inner(CASImpl cas, java.lang.String typeName, java.lang.String featureBaseName, Consumer2<TOP,Feature> c)
-