call method

  1. @useResult
T call()

更短的用法

Implementation

@useResult
T call() {
  return value;
}