Uses of Interface
org.jruby.util.func.ObjectIntIntFunction
Packages that use ObjectIntIntFunction
-
Uses of ObjectIntIntFunction in org.jruby
Methods in org.jruby with parameters of type ObjectIntIntFunctionModifier and TypeMethodDescription(package private) static <R> RRubyKernel.withLevelAndLength(ThreadContext context, IRubyObject level, IRubyObject length, int defaultLevel, ObjectIntIntFunction<ThreadContext, R> func) Retrieve the level and length from given args, if non-null.