Uses of Interface
org.jruby.RubyEnumerator.SizeFn
Packages that use RubyEnumerator.SizeFn
-
Uses of RubyEnumerator.SizeFn in org.jruby
Fields in org.jruby declared as RubyEnumerator.SizeFnModifier and TypeFieldDescriptionprivate RubyEnumerator.SizeFnRubyEnumerator.sizeFnFunction object for lazily computing size (used for internally created enumerators)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>
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 sizeprivate IRubyObjectRubyEnumerator.initialize(Ruby runtime, IRubyObject object, IRubyObject method, IRubyObject[] methodArgs, IRubyObject size, RubyEnumerator.SizeFn sizeFn) Constructors in org.jruby with parameters of type RubyEnumerator.SizeFnModifierConstructorDescriptionprivateRubyEnumerator(Ruby runtime, RubyClass type, IRubyObject object, RubySymbol method, IRubyObject[] args, IRubyObject size, RubyEnumerator.SizeFn sizeFn)