Interface Single<T>

    • Method Detail

      • value

        T value()
        Returns the sole value of this 1-tuple.
        Specified by:
        value in interface Fragile<T,​java.lang.RuntimeException>