Package com.headius.invokebinder


package com.headius.invokebinder
  • 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.
    Exception raised when a Binder transform is not valid for the current signature.
    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.
    Utilities used by InvokeBinder classes.