Uses of Interface
no.digipost.util.ViewableAsOptional.Single
-
Packages that use ViewableAsOptional.Single Package Description no.digipost.concurrent no.digipost.util -
-
Uses of ViewableAsOptional.Single in no.digipost.concurrent
Classes in no.digipost.concurrent that implement ViewableAsOptional.Single Modifier and Type Class Description classOneTimeAssignment<V>A reference which may or may not be assigned a value, with the added constraint that it can only be assigned once. -
Uses of ViewableAsOptional.Single in no.digipost.util
Subinterfaces of ViewableAsOptional.Single in no.digipost.util Modifier and Type Interface Description interfaceAssignment<V>An assignment may or may not be assigned, the assigned value can be retrieved withSupplier.get()and will returnnullif unassigned, and may be assigned withAssignment.set(Object)if the assignment allows (re-)assignment.Classes in no.digipost.util that implement ViewableAsOptional.Single Modifier and Type Class Description classChainableAssignment<V,C>AnAssignmentwith the added ability to chain several assignments withChainableAssignment.is(Object).
-