CallBuilder<TB> typedef

CallBuilder<TB> = void Function(TB buildAction)

Implementation

typedef void CallBuilder<TB>(TB buildAction);