| Constructor and description |
|---|
Bundle(GeneratedDispatcher dispatcher, GeneratedDispatcher.Arity1 arity1, GeneratedDispatcher.Arity2 arity2)Public because the hosting class's compiler-emitted factory constructs it directly (see ClosureWriter#writeDispatchersFactory); not API for hand-written code. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public GeneratedDispatcher.Arity1 |
arity1()The one-value dispatcher. |
|
public GeneratedDispatcher.Arity2 |
arity2()The two-value dispatcher. |
|
public GeneratedDispatcher |
dispatcher()The array-shaped dispatcher, covering every target. |
Public because the hosting class's compiler-emitted factory constructs it directly
(see ClosureWriter#writeDispatchersFactory); not API for hand-written code.
The one-value dispatcher.
The two-value dispatcher.
The array-shaped dispatcher, covering every target.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.