MethodHandle
Class MethodHandle
- java.lang.Object
-
- java.lang.invoke.MethodHandle
public abstract class MethodHandle extends Object
A method handle is a typed, directly executable reference to an underlying method, constructor, field, or similar low-level operation, with optional transformations of arguments or return values. These transformations are quite general, and include such patterns as conversion, insertion, deletion, and 登录查看完整内容