public interface UserDataHolder
<T> T
getUserData(Key<T> key)
<T> void
putUserData(Key<T> key, T value)
<T> T getUserData(Key<T> key)
<T> void putUserData(Key<T> key, T value)
This is unofficial documentation and not affiliated with Jetbrains s.r.o. at all. We can not guarantee the correctness of this documentation.