Uses of Class
com.headius.invokebinder.transform.Transform
-
Packages that use Transform Package Description com.headius.invokebinder com.headius.invokebinder.transform -
-
Uses of Transform in com.headius.invokebinder
Fields in com.headius.invokebinder with type parameters of type Transform Modifier and Type Field Description private java.util.List<Transform>Binder. transformsMethods in com.headius.invokebinder with parameters of type Transform Modifier and Type Method Description private voidBinder. add(Transform transform)Add a Transform to the chain.private voidBinder. add(Transform transform, java.lang.invoke.MethodType target)Add a Transform with an associated MethodType target to the chain.Constructors in com.headius.invokebinder with parameters of type Transform Constructor Description Binder(Binder source, Transform transform)Construct a new Binder using the given invokebinder plus an additional transformBinder(Binder source, Transform transform, java.lang.invoke.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.transform Modifier and Type Class Description classCastA casting transform.classCatchAn exception-handling transform.classCollectAn argument-boxing transform with a fixed incoming size.classConvertAn argument conversion transform.classDropAn argument drop transform.classFilterAn argument-filtering transform.classFilterReturnAn return-filtering transform.classFoldAn argument-folding transform.classInsertAn argument insertion transform.classPermuteA permutation transform.classSpreadAn array-spreading transform.classTryFinallyAn try-finally transform.classVarargsAn argument-boxing transform.
-