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
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.
-