| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Method and Description |
|---|---|
RubyEnumerator |
RubyArray.collectEnum(ThreadContext context)
Produce a new enumerator that will filter the contents of this array using
RubyArray.collectArray(ThreadContext, Block). |
static <T extends IRubyObject> |
RubyEnumerator.enumWithSize(ThreadContext context,
T object,
java.lang.String method,
IRubyObject[] args,
RubyEnumerator.SizeFn<T> sizeFn)
Transform object into an Enumerator with the given size
|
static <T extends IRubyObject> |
RubyEnumerator.enumWithSize(ThreadContext context,
T object,
java.lang.String method,
RubyEnumerator.SizeFn<T> sizeFn) |
Copyright © 2001-2022 JRuby. All Rights Reserved.