public final class CallableNode extends Object
| Modifier and Type | Field and Description |
|---|---|
Function |
function |
CallableNode |
next |
| Constructor and Description |
|---|
CallableNode() |
CallableNode(Function function,
CallableNode next) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareForPooling() |
public CallableNode next
public Function function
public CallableNode()
public CallableNode(Function function, CallableNode next)
Copyright © 2025. All rights reserved.