P5<BeanT extends Object, A, B, C, D, E> extension
Extension for functions with 5 parameters (sync)
- on
-
- BeanT Function(A, B, C, D, E)
Properties
-
builder
→ CustomBuilder<
BeanT> -
Available on BeanT Function(A, B, C, D, E), provided by the P5 extension
Converts this function into a CustomBuilder.no setter -
parameters
→ List<
Type> -
Available on BeanT Function(A, B, C, D, E), provided by the P5 extension
Returns a list with the types of the parameters.no setter - returnType → Type
-
Available on BeanT Function(A, B, C, D, E), provided by the P5 extension
Returns the return type of the function.no setter