Package org.jruby.runtime
Interface ThreadContext.RecursiveFunctionEx<T>
- All Known Subinterfaces:
Ruby.RecursiveFunctionEx<T>
- All Known Implementing Classes:
Block
- Enclosing class:
ThreadContext
public static interface ThreadContext.RecursiveFunctionEx<T>
-
Method Summary
Modifier and TypeMethodDescriptioncall
(ThreadContext context, T state, IRubyObject obj, boolean recur)
-
Method Details
-
call
-