Uses of Class
org.jruby.RubyEnumerator
Packages that use RubyEnumerator
-
Uses of RubyEnumerator in org.jruby
Methods in org.jruby that return RubyEnumeratorModifier and TypeMethodDescriptionRubyArray.collectEnum(ThreadContext context) Produce a new enumerator that will filter the contents of this array usingRubyArray.collectArray(ThreadContext, Block).static <T extends IRubyObject>
RubyEnumeratorRubyEnumerator.enumWithSize(ThreadContext context, T object, String method, RubyEnumerator.SizeFn<T> sizeFn) static <T extends IRubyObject>
RubyEnumeratorRubyEnumerator.enumWithSize(ThreadContext context, T object, String method, IRubyObject[] args, RubyEnumerator.SizeFn<T> sizeFn) Transform object into an Enumerator with the given size