public interface org.jruby.Ruby$RecursiveFunctionEx<T> extends org.jruby.runtime.ThreadContext$RecursiveFunctionEx<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jruby.Ruby$RecursiveFunctionEx
  super_class: java.lang.Object
{
  public abstract org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, T, org.jruby.runtime.builtin.IRubyObject, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Ljava/lang/Object;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/jruby/runtime/ThreadContext;TT;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  
      state    
      obj      
      recur    
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/jruby/runtime/ThreadContext$RecursiveFunctionEx<TT;>;
SourceFile: "Ruby.java"
NestHost: org.jruby.Ruby
InnerClasses:
  public abstract RecursiveFunctionEx = org.jruby.Ruby$RecursiveFunctionEx of org.jruby.Ruby
  public abstract RecursiveFunctionEx = org.jruby.runtime.ThreadContext$RecursiveFunctionEx of org.jruby.runtime.ThreadContext