JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
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
(
String
typeName,
String
featureBaseName,
Consumer2
<
TOP
,
Feature
> c)
Before comparing, you can adjust specific features of specific types, arbitrarily.