@FunctionalInterface public interface MethodTypeConversionStrategy
method invocation conversions
.Modifier and Type | Method and Description |
---|---|
MethodHandle |
asType(MethodHandle target,
MethodType newType)
Converts a method handle to a new type.
|
MethodHandle asType(MethodHandle target, MethodType newType)
target
- target method handlenewType
- new type
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126