Get the value from the #current() context for this key.
()
| 966 | * Get the value from the {@link #current()} context for this key. |
| 967 | */ |
| 968 | public T get() { |
| 969 | return get(Context.current()); |
| 970 | } |
| 971 | |
| 972 | /** |
| 973 | * Get the value from the specified context for this key. |