All Classes and Interfaces

Class
Description
The Binder class provides a DSL for building a chain of MethodHandles using various of the adaptations provided by java.lang.invoke.MethodHandles.
A casting transform.
An exception-handling transform.
An argument-boxing transform with a fixed incoming size.
An argument conversion transform.
An argument drop transform.
An argument-filtering transform.
An return-filtering transform.
An argument-folding transform.
An argument insertion transform.
Exception raised when a Binder transform is not valid for the current signature.
A permutation transform.
Signature represents a series of method arguments plus their symbolic names.
Maintains both a Binder, for building a series of transformations, and a current Signature that maps symbolic names to arguments.
A tuple of a Signature and a java.lang.invoke.MethodHandle, providing features of both plus a number of MethodHandles.* methods in a simpler form.
An array-spreading transform.
Abstract reprensentation of some handle transform.
An try-finally transform.
Utilities used by InvokeBinder classes.
An argument-boxing transform.