Uses of Class
com.headius.invokebinder.transform.Transform
Packages that use Transform
-
Uses of Transform in com.headius.invokebinder
Fields in com.headius.invokebinder with type parameters of type TransformMethods in com.headius.invokebinder with parameters of type TransformModifier and TypeMethodDescriptionprivate void
Add a Transform to the chain.private void
Binder.add
(Transform transform, MethodType target) Add a Transform with an associated MethodType target to the chain.Constructors in com.headius.invokebinder with parameters of type TransformModifierConstructorDescriptionConstruct a new Binder using the given invokebinder plus an additional transformBinder
(Binder source, Transform transform, MethodType type) Construct a new Binder using the given invokebinder plus an additional transform and current type -
Uses of Transform in com.headius.invokebinder.transform
Subclasses of Transform in com.headius.invokebinder.transformModifier and TypeClassDescriptionclass
A casting transform.class
An exception-handling transform.class
An argument-boxing transform with a fixed incoming size.class
An argument conversion transform.class
An argument drop transform.class
An argument-filtering transform.class
An return-filtering transform.class
An argument-folding transform.class
An argument insertion transform.class
A permutation transform.class
An array-spreading transform.class
An try-finally transform.class
An argument-boxing transform.