Class Reduced<Value,​Result>

  • All Implemented Interfaces:
    Fragile<Result,​java.lang.RuntimeException>, Single<Result>

    public final class Reduced<Value,​Result>
    extends java.lang.Object
    implements Single<Result>
    The Single value of a reduced Iterable.

    This is basically the single threaded version of a "reduce" operation.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Result value()
      Returns the sole value of this 1-tuple.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait