-
- 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.
V - the type of valueSupplier<V>IndexedSensepublic interface Sense<V> extends Supplier<V>