| Package | Description |
|---|---|
| org.netbeans.html.boot.spi |
Interfaces for integrators of various execution environments.
Not really interesting for clients.
|
| Modifier and Type | Method and Description |
|---|---|
static Fn.Presenter |
Fn.activePresenter()
The currently active presenter.
|
protected Fn.Presenter |
Fn.presenter()
Provides the function implementation access to the presenter provided
in
the constructor. |
| Modifier and Type | Method and Description |
|---|---|
static java.io.Closeable |
Fn.activate(Fn.Presenter p)
Activates given presenter.
|
static Fn.Ref<?> |
Fn.ref(Fn.Presenter p)
Obtains a (usually weak) reference to
the presenter.
|
| Constructor and Description |
|---|
Fn(Fn.Presenter presenter)
Creates new function object and associates it with given presenter.
|
Promise(Fn.Presenter p)
Constructor for subclasses.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.