Function0.X<A>| Constructor and Description |
|---|
X() |
| Modifier and Type | Method and Description |
|---|---|
A |
apply()
Apply function yielding a constant value.
|
abstract A |
xapply()
Apply function to
a. |
public final A apply()
Function0public abstract A xapply() throws Exception
a. Any thrown exception gets "chucked" so that you may
catch them as is. See Functions.chuck(Throwable) for details.ExceptionCopyright © 2009–2021 Opencast Project. All rights reserved.