A - the value typepublic final class VCell<A> extends Cell<A>
| Modifier and Type | Method and Description |
|---|---|
static <A> VCell<A> |
cell(A a)
Constructor function.
|
protected Tuple<A,Object> |
change() |
A |
get()
Get the cell's value.
|
static <A> VCell<A> |
iocell(A a) |
<B> Cell<B> |
lift(Function<A,B> f) |
static <A> VCell<Option<A>> |
ocell()
Create a cell containing none.
|
static <A> VCell<Option<A>> |
ocell(A a)
Create a cell containing some a.
|
void |
set(A a)
Set the cell's value.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.