Uses of Package
no.digipost.util
Packages that use no.digipost.util
-
Classes in no.digipost.util used by no.digipostClassDescriptionAn adapter to enable any arbitrary object to be managed by the try-with-resources facility of Java >= 7, i.e.An adapter to enable any arbitrary object to be managed by the try-with-resources facility of Java >= 7, i.e.
-
Classes in no.digipost.util used by no.digipost.concurrentClassDescriptionAn assignment may or may not be assigned, the assigned value can be retrieved with
Supplier.get()and will returnnullif unassigned, and may be assigned withAssignment.set(Object)if the assignment allows (re-)assignment.ASupplierwhich is alsoViewableAsOptional. -
Classes in no.digipost.util used by no.digipost.jdbcClassDescriptionAn
Attributedefines a String-based name (or key) and the type of a value which the name maps to.An immutable collection ofattributes.Builder to incrementally construct an immutableAttributesMap. -
Classes in no.digipost.util used by no.digipost.utilClassDescriptionAn assignment may or may not be assigned, the assigned value can be retrieved with
Supplier.get()and will returnnullif unassigned, and may be assigned withAssignment.set(Object)if the assignment allows (re-)assignment.This class offers a subtle functionality which is not available in the Collection API of Java: to retrieve the only element that is expected to be present, and, importantly,throw an exception if there are elements that will be discardedif assuming that there is at most one element present.AnAttributedefines a String-based name (or key) and the type of a value which the name maps to.An immutable collection ofattributes.Builder to incrementally construct an immutableAttributesMap.Switches to indicate behavior other than default.AnAssignmentwith the added ability to chain several assignments withChainableAssignment.is(Object).ASupplierwhich is alsoViewableAsOptional.An object which was attempted to be viewed as aOptionalrepresentation of itself contained more than one element, and is thus not applicable for such conversion.