| Package | Description |
|---|---|
| org.opencastproject.util.data |
| Modifier and Type | Method and Description |
|---|---|
static <A> VCell<A> |
VCell.cell(A a)
Constructor function.
|
static <A> VCell<A> |
VCell.iocell(A a) |
static <A> VCell<Option<A>> |
VCell.ocell()
Create a cell containing none.
|
static <A> VCell<Option<A>> |
VCell.ocell(A a)
Create a cell containing some a.
|
Copyright © 2009–2021 Opencast Project. All rights reserved.