|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockCallback | |
org.jruby | |
org.jruby.runtime |
Uses of BlockCallback in org.jruby |
Classes in org.jruby that implement BlockCallback | |
static class |
RubyEnumerable.AppendBlockCallback
|
static class |
RubyEnumerator.ConsecutiveBlockCallback
Block callback for viewing consecutive results from calling the client block |
static class |
RubyEnumerator.SlicedBlockCallback
Block callback for slicing the results of calling the client block |
Methods in org.jruby with parameters of type BlockCallback | |
static IRubyObject |
RubyEnumerable.callEachOld(ThreadContext context,
IRubyObject self,
RubyModule module,
BlockCallback bc)
|
static IRubyObject |
RubyEnumerable.callEach(Ruby runtime,
ThreadContext context,
IRubyObject self,
BlockCallback callback)
|
Uses of BlockCallback in org.jruby.runtime |
Constructors in org.jruby.runtime with parameters of type BlockCallback | |
CallBlock(IRubyObject self,
RubyModule imClass,
Arity arity,
BlockCallback callback,
ThreadContext ctx)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |