Uses of Interface
org.jruby.util.func.TriFunction
Packages that use TriFunction
-
Uses of TriFunction in org.jruby.common
Methods in org.jruby.common with parameters of type TriFunctionModifier and TypeMethodDescription<Context,State>
voidRubyWarnings.warn(Context context, State state, TriFunction<Context, State, RubyStackTraceElement, String> callback) -
Uses of TriFunction in org.jruby.runtime
Classes in org.jruby.runtime that implement TriFunctionModifier and TypeClassDescriptionclassInternal live representation of a block ({...} or do ... -
Uses of TriFunction in org.jruby.util.func
Subinterfaces of TriFunction in org.jruby.util.funcModifier and TypeInterfaceDescriptioninterfaceFunctionOneOrTwoOrThree<T,U, V, R> An aggregate interface forFunctionandBiFunctionthat properly replaces the defaultFunctionOneOrTwoOrThree.andThen(Function)for both superinterfaces.Methods in org.jruby.util.func that return TriFunction