public static class SequenceMatchRules.CoreMapToListFunctionApplier<O> extends Object implements Function<CoreMap,O>
CoreMapToListFunctionApplier(Env env, Function<List<? extends CoreMap>,O> func)
O
apply(CoreMap cm)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public CoreMapToListFunctionApplier(Env env, Function<List<? extends CoreMap>,O> func)
public O apply(CoreMap cm)
apply
Function<CoreMap,O>
Stanford NLP Group