public static class SequenceMatchRules.CoreMapFunctionApplier<T,O> extends Object implements java.util.function.Function<CoreMap,O>
| Constructor and Description |
|---|
CoreMapFunctionApplier(Env env,
Class annotationField,
java.util.function.Function<T,O> func) |
| Modifier and Type | Method and Description |
|---|---|
O |
apply(CoreMap cm) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic CoreMapFunctionApplier(Env env, Class annotationField, java.util.function.Function<T,O> func)
public O apply(CoreMap cm)
apply in interface java.util.function.Function<CoreMap,O>