Uses of Interface
com.amazonaws.services.lambda.runtime.serialization.util.Functions.R4
Packages that use Functions.R4
-
Uses of Functions.R4 in com.amazonaws.services.lambda.runtime.serialization.util
Methods in com.amazonaws.services.lambda.runtime.serialization.util that return Functions.R4Modifier and TypeMethodDescriptionstatic <C,A1, A2, A3, A4>
Functions.R4<C, A1, A2, A3, A4> ReflectUtil.loadConstuctor4(Class<? extends C> clazz, boolean setAccessible, Class<? super A1> a1Type, Class<? super A2> a2Type, Class<? super A3> a3Type, Class<? super A4> a4Type) loads constructor that takes 4 parameters