JObjectUseExtension<T extends JObject> extension

on
  • T

Methods

use<R>(R callback(T)) → R
Applies callback on this object and then delete the underlying JNI reference, returning the result of callback.