Package org.nlpub.watset.util
Interface Sense<V>
-
- Type Parameters:
V- the type of value
- All Superinterfaces:
Supplier<V>
- All Known Implementing Classes:
IndexedSense
public interface Sense<V> extends Supplier<V>
A monad that provides the wrapped value with a sense identifier.