| Package | Description |
|---|---|
| org.jruby.runtime | |
| org.jruby.util.func |
| Modifier and Type | Class and Description |
|---|---|
class |
Block
Internal live representation of a block ({...} or do ...
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FunctionOneOrTwoOrThree<T,U,V,R>
An aggregate interface for
Function and BiFunction that properly replaces the default
FunctionOneOrTwoOrThree.andThen(Function) for both superinterfaces. |
| Modifier and Type | Method and Description |
|---|---|
default <W> TriFunction<T,U,V,W> |
TriFunction.andThen(java.util.function.Function<? super R,? extends W> after) |
Copyright © 2001-2022 JRuby. All Rights Reserved.