Uses of Interface
org.jruby.runtime.BlockCallback

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.callEach(Ruby runtime, ThreadContext context, IRubyObject self, BlockCallback callback)
           
static IRubyObject RubyEnumerable.callEachOld(ThreadContext context, IRubyObject self, RubyModule module, BlockCallback bc)
           
 

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)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.