public static class SequenceMatchRules.CoreMapToListFunctionApplier<O> extends Object implements java.util.function.Function<CoreMap,O>
| Constructor and Description |
|---|
CoreMapToListFunctionApplier(Env env,
java.util.function.Function<List<? extends CoreMap>,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 CoreMapToListFunctionApplier(Env env, java.util.function.Function<List<? extends CoreMap>,O> func)
public O apply(CoreMap cm)
apply in interface java.util.function.Function<CoreMap,O>