Uses of Interface
org.jruby.RubyEnumerator.SizeFn
Packages that use RubyEnumerator.SizeFn
-
Uses of RubyEnumerator.SizeFn in org.jruby
Methods in org.jruby with parameters of type RubyEnumerator.SizeFnModifier and TypeMethodDescriptionstatic <T extends IRubyObject>
IRubyObjectRubyEnumerator.enumeratorizeWithSize
(ThreadContext context, T object, String method, RubyEnumerator.SizeFn<T> sizeFn) static <T extends IRubyObject>
IRubyObjectRubyEnumerator.enumeratorizeWithSize
(ThreadContext context, T object, String method, IRubyObject[] args, RubyEnumerator.SizeFn<T> sizeFn) static <T extends IRubyObject>
IRubyObjectRubyEnumerator.enumeratorizeWithSize
(ThreadContext context, T object, String method, IRubyObject[] args, RubyEnumerator.SizeFn<T> sizeFn, boolean keywords) 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