jsr166y.forkjoin
Interface Ops.MapperToInt<T>

Enclosing class:
Ops

public static interface Ops.MapperToInt<T>

A mapper returning an int


Method Summary
 int map(T t)
           
 

Method Detail

map

int map(T t)