Retrieves an instance of the appropriate type. The returned object may or may not be a new instance, depending on the implementation. @return an instance of the appropriate type
()
| 52 | * @return an instance of the appropriate type |
| 53 | */ |
| 54 | @CanIgnoreReturnValue |
| 55 | T get(); |
| 56 | } |
no outgoing calls
no test coverage detected