jsr166y.forkjoin
Interface Ops.LongReducer

Enclosing class:
Ops

public static interface Ops.LongReducer

A reducer accepting and returning longs


Method Summary
 long combine(long u, long v)
           
 

Method Detail

combine

long combine(long u,
             long v)