| Package | Description |
|---|---|
| no.digipost.concurrent | |
| no.digipost.util |
| Modifier and Type | Class and Description |
|---|---|
class |
OneTimeAssignment<V>
A reference which may or may not be assigned a value, with the added constraint
that it can only be assigned once.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Assignment<V>
An assignment may or may not be assigned, the assigned value can be retrieved with
Supplier.get()
and will return null if unassigned, and may be assigned with Assignment.set(Object) if the
assignment allows (re-)assignment. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainableAssignment<V,C>
An
Assignment with the added ability to chain several assignments
with ChainableAssignment.is(Object). |
Copyright © 2016 Digipost. All rights reserved.