jsr166y.forkjoin
Interface Ops.MapperFromIntToDouble

Enclosing class:
Ops

public static interface Ops.MapperFromIntToDouble

A mapper accepting an int argument and returning a double


Method Summary
 double map(int t)
           
 

Method Detail

map

double map(int t)