adapt abstract method

T adapt(
  1. R call()
)

Implementation

T adapt(R Function() call);