Uses of Interface
org.jruby.util.func.ObjectObjectIntFunction
Packages that use ObjectObjectIntFunction
-
Uses of ObjectObjectIntFunction in org.jruby
Methods in org.jruby with parameters of type ObjectObjectIntFunctionModifier and TypeMethodDescriptionstatic IRubyObject
RubyEnumerable.zipCommon
(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block, ObjectObjectIntFunction<ThreadContext, IRubyObject, IRubyObject> nextElement) static IRubyObject
RubyEnumerable.zipCommon
(ThreadContext context, IRubyObject self, IRubyObject arg0, Block block, ObjectObjectIntFunction<ThreadContext, IRubyObject, IRubyObject> nextElement)