jsr166y.forkjoin
Interface Ops.Mapper<T,U>

Enclosing class:
Ops

public static interface Ops.Mapper<T,U>

An object with a function accepting objects of type T and returning those of type U


Method Summary
 U map(T t)
           
 

Method Detail

map

U map(T t)