All Classes
-
All Classes Class Summary Exception Summary Class Description Binder The Binder class provides a DSL for building a chain of MethodHandles using various of the adaptations provided by java.lang.invoke.MethodHandles.Cast A casting transform.Catch An exception-handling transform.Collect An argument-boxing transform with a fixed incoming size.Convert An argument conversion transform.Drop An argument drop transform.Filter An argument-filtering transform.FilterReturn An return-filtering transform.Fold An argument-folding transform.Insert An argument insertion transform.InvalidTransformException Exception raised when a Binder transform is not valid for the current signature.Permute A permutation transform.Signature Signature represents a series of method arguments plus their symbolic names.SmartBinder Maintains both a Binder, for building a series of transformations, and a current Signature that maps symbolic names to arguments.SmartHandle 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.Spread An array-spreading transform.Transform Abstract reprensentation of some handle transform.TryFinally An try-finally transform.Varargs An argument-boxing transform.