PF2<BeanT extends Object, A, B> extension

Extension for functions with 2 parameters (async)

on
  • Future<BeanT> Function(A, B)

Properties

builder CustomBuilder<BeanT>

Available on Future<BeanT> Function(A, B), provided by the PF2 extension

Converts this async function into a CustomBuilder.
no setter
parameters List<Type>

Available on Future<BeanT> Function(A, B), provided by the PF2 extension

Returns a list with the types of the parameters.
no setter
returnType Type

Available on Future<BeanT> Function(A, B), provided by the PF2 extension

Returns the return type of the function.
no setter