public class Spread extends Transform
Constructor and Description |
---|
Spread(MethodType source,
Class... spreadTypes) |
Modifier and Type | Method and Description |
---|---|
MethodType |
down(MethodType type)
Apply this transform downward from an incoming MethodType, producing
a new type.
|
String |
toString()
Return a string representation of this transform.
|
MethodHandle |
up(MethodHandle target)
Apply this transform upward from the given MethodHandle, producing
a new handle.
|
public Spread(MethodType source, Class... spreadTypes)
public MethodHandle up(MethodHandle target)
Transform
public MethodType down(MethodType type)
Transform
Copyright © 2015. All rights reserved.