jsr166y.forkjoin
Interface Ops.MapperFromDoubleToInt

Enclosing class:
Ops

public static interface Ops.MapperFromDoubleToInt

A mapper accepting a double argument and returning an int


Method Summary
 int map(double t)
           
 

Method Detail

map

int map(double t)