| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IRubyObject> |
RubyEnumerator.enumeratorizeWithSize(ThreadContext context,
T object,
java.lang.String method,
IRubyObject[] args,
RubyEnumerator.SizeFn<T> sizeFn) |
static <T extends IRubyObject> |
RubyEnumerator.enumeratorizeWithSize(ThreadContext context,
T object,
java.lang.String method,
RubyEnumerator.SizeFn<T> sizeFn) |
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.