jsr166y.forkjoin
Interface Ops.Combiner<T,U,V>

All Known Subinterfaces:
Ops.Reducer<T>
Enclosing class:
Ops

public static interface Ops.Combiner<T,U,V>

An object with a function accepting pairs of objects, one of type T and one of type U, returning those of type V


Method Summary
 V combine(T t, U u)
           
 

Method Detail

combine

V combine(T t,
          U u)