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.
    • Method Summary

      • Methods inherited from interface java.util.function.Supplier

        get