|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjsr166z.forkjoin.Ops.CompoundMapper<T,U,V>
public static final class Ops.CompoundMapper<T,U,V>
A composite mapper that applies a second mapper to the results of applying the first one
| Constructor Summary | |
|---|---|
Ops.CompoundMapper({T=>U} first,
{U=>V} second)
|
|
| Method Summary | |
|---|---|
V |
invoke(T t)
Returns second.invoke(first.invoke(t)) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ops.CompoundMapper({T=>U} first,
{U=>V} second)
| Method Detail |
|---|
public V invoke(T t)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||