PF2<BeanT extends Object, A, B> extension
Extension for functions with 2 parameters (async)
- on
-
- Future<
BeanT> Function(A, B)
- Future<
Properties
-
builder
→ CustomBuilder<
BeanT> -
Available on Future<
Converts this async function into a CustomBuilder.BeanT> Function(A, B), provided by the PF2 extensionno setter -
parameters
→ List<
Type> -
Available on Future<
Returns a list with the types of the parameters.BeanT> Function(A, B), provided by the PF2 extensionno setter - returnType → Type
-
Available on Future<
Returns the return type of the function.BeanT> Function(A, B), provided by the PF2 extensionno setter