Uses of Interface
org.jruby.util.io.Getline.Callback
Packages that use Getline.Callback
-
Uses of Getline.Callback in org.jruby
Fields in org.jruby declared as Getline.CallbackModifier and TypeFieldDescriptionprivate static final Getline.Callback<RubyIO,IRubyObject> RubyIO.GETLINEprivate static final Getline.Callback<RubyIO,RubyArray> RubyIO.GETLINE_ARYprivate static final Getline.Callback<RubyIO,RubyIO> RubyIO.GETLINE_YIELD -
Uses of Getline.Callback in org.jruby.ext.stringio
Fields in org.jruby.ext.stringio declared as Getline.CallbackModifier and TypeFieldDescriptionprivate static final Getline.Callback<StringIO,IRubyObject> StringIO.GETLINEprivate static final Getline.Callback<StringIO,RubyArray> StringIO.GETLINE_ARYprivate static final Getline.Callback<StringIO,StringIO> StringIO.GETLINE_YIELD -
Uses of Getline.Callback in org.jruby.util.io
Methods in org.jruby.util.io with parameters of type Getline.CallbackModifier and TypeMethodDescriptionstatic <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, int argc, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, Block block) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, Block block) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1, Block block) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2) static <Self,Return extends IRubyObject>
ReturnGetline.getlineCall(ThreadContext context, Getline.Callback<Self, Return> getline, Self self, org.jcodings.Encoding enc_io, IRubyObject arg0, IRubyObject arg1, IRubyObject arg2, Block block)