edu.stanford.nlp.process
Interface SerializableFunction<T1,T2>

All Superinterfaces:
Function<T1,T2>, Serializable
All Known Implementing Classes:
AbstractTreebankParserParams.AnnotatePunctuationFunction, Buckwalter

public interface SerializableFunction<T1,T2>
extends Function<T1,T2>, Serializable

This interface is a conjunction of Function and Serializable, which is a bad idea from the perspective of the type system, but one that seems more palatable than other bad ideas until java's type system is flexible enough to support type conjunctions.

Author:
dramage

Method Summary
 
Methods inherited from interface edu.stanford.nlp.util.Function
apply
 



Stanford NLP Group