Stream, as
it will throw an exception if more than one element is processed.Stream, as
it will throw the exception yielded from the given function if more than one element is processed.AttributesMap.AttributesMap.BuilderBasicColumnMapper which will map the result of this one
using the given function.NullableColumnMapper which will map the result of this one
using the given function.Function to yield another result.DecaFunction to yield another result.HexaFunction to yield another result.NonaFunction to yield another result.OctoFunction to yield another result.PentaFunction to yield another result.QuadFunction to yield another result.SeptiFunction to yield another result.TriFunction to yield another result.BiFunction to yield another result.apply the given function with the given argument,
and if needed, convert any thrown exceptions to unckecked.Supplier.get()
and will return null if unassigned, and may be assigned with set(Object) if the
assignment allows (re-)assignment.suppressed exception to a given
exception.throw an exception if there are elements that will be discarded
if assuming that there is at most one element present.Attribute defines a String-based name (or key) and the type of a value which
the name maps to.ColumnMapper with an Attribute, and
is used internally by an AttributesRowMapper to produce an AttributesMap where
the values can be accessed in a type-safe manner.attributes.AttributesMap.RowMapper producing AttributesMaps.AutoCloseable container, and assign an operation to be
performed on the wrapped object when calling AutoCloseable.close().AutoCloseable
(typically an InputStream or similar) into a new Consumer which will always close
the AutoCloseable when the given consumer returns, successfully or throwing an exception.AutoCloseable
(typically an InputStream or similar) into a new Function which will always close
the AutoCloseable when the given function returns, successfully or throwing an exception.DataSizeUnit.BYTES.ColumnMapper retrieves a value from a ResultSet, and offers a way
to compose a chain of functions that maps the value.Assignment with the added ability to chain several assignments
with ChainableAssignment.is(Object).ChainableAssignment from this assignment.closeables.InputStream getting its contents from consuming an OutputStream.ConsumingInputStream which will provide data once they are written to an
OutputStream passed to the given Consumer.ConsumingInputStream which will provide data once they are written to an
OutputStream passed to the given Consumer.Clock, typically intended for use in testing.DiggConcurrent instead. This will eventually be removed.Collector implementations.enums.Optionals.Stream.findFirst().ExecutorService as an "externally managed
executor service", which will discard any invocations of the
methods used to manage the lifecycle of the ExecutorService itself.action on
several instances.action on
several instances.Attribute.LocalDateTime and the default time zone.ZonedDateTime.default time zone.simple name, with
all enclosing classes prepended and joined with a '.' delimiter.TimeSpan starting at the given Instant.Assignment which uses an AtomicReference
to hold the assigned value.Assignment, which assigns to and retrieves from an arbitrary container object.enum constants from a string of comma separated identifiers.enum constants from a string of comma separated names.enum constants from a string containing identifiers separated by a delimiter.enum constants from a string containing identifiers separated by a delimiter.DataSizeUnit.GIGABYTESboolean.byte.double.float.int.long.Mappers.getNullableTimestamp and a conversion to an Instant
using Timestamp.toInstant().short.get a result from the given supplier,
and if needed, convert any thrown exceptions to unckecked.Matcher, if a match is found.Instant is part of this time span.TimeSpan, or Optional.empty()
if they do not overlap.ExecutorService is marked as
externally managed.OneTimeAssignment has been set, either by using OneTimeAssignment.set(Object)
or implicitly by a default value, triggered with a call to OneTimeAssignment.get().long" value classes, for cases
when you do not want to pass around simple longs for numbers that has
certain (business-) semantics in your application, even though a long
does adequately express the value.DataSizeUnit.KILOBYTES.InputStream.InputStream.InputStream which limits how many bytes which can be read.ResultSet, map the specific column(s) this AttributeMapper is set to handle.ResultSet based on the given name.ResultSet.ResultSet.ThrowingFunction-reference from a lambda expression.ThrowingBiFunction-reference from a lambda expression.ThrowingSupplier-reference from a lambda expression.ThrowingConsumer-reference from a lambda expression.ThrowingBiConsumer-reference from a lambda expression.ThrowingRunnable-reference from a lambda expression.DataSizeUnit.MEGABYTESnull-references.null-references.null-references.null-references.null-references.OneTimeToggle.yet() return true.true-yielding invocation of a given predicate.null value will short circuit any
chain from this point.AtomicBoolean which
can only be toggled once.len bytes of data from this input stream
into an array of bytes.Consumer) which simply rethrows given exceptions.Exception as an unchecked RuntimeException.ResultSet to an object.run the given runnable,
and if needed, convert any thrown exceptions to unckecked.Function, which is also Serializable.exception supplier as parameter when contructing
a new LimitedInputStream to instruct it to
treat the limit as an ordinary EOF, and not throw any exception to signal that the
limit was reached during consumption of the stream.Iterator interface, by requiring only
one method, SimpleIterator.nextIfAvailable(), to be implemented instead of both
hasNext() and next().XmlAdapter subclasses with a bit less boilerplate code,
using Java 8 lambas instead of implementing the XmlAdapter.marshal(Object) and
XmlAdapterSimpleXmlAdapter.unmarshal(Object) methods.ValueType natively supported by JAXB
and a custom BoundType.yet.TargetState.untilThen(Supplier, Consumer)Executors.defaultThreadFactory(), but naming the
created threads using the given threadBaseName and an incrementing number for each thread
created by the factory.Executors.defaultThreadFactory(), but naming the
created threads using the result of the given given long -> String function, which
argument is the number of the created thread.backingFactory for creating new threads, but naming the
created threads using the result of the given given long -> String function, which
argument is the number of the created thread.AutoCloseable container, and assign an operation to be
performed on the wrapped object when calling AutoCloseable.close().TimeSpan, using the concluding methods
TimeSpan.Started.until(Instant) or TimeSpan.Started.lasting(Duration)enum constants to a comma separated string of their names.enum constants to a comma separated string of their names.Optional into a zero or one element unmodifiable list.tuples
by putting each distinct first tuple-element as keys of the resulting map, mapping
them to a List, and adding each second tuple-element to the list.first value and a List of
values as the second value,
and this collector will collect tuples where it is expected that all the first tuple-elements
are equal, and re-arrange them by putting the distinct first element into a new Tuple, and collate each of the second
elements into a new List which is set as the second element of the new Tuple.first value and a List of
values as the second value,
and this collector will collect tuples where it is expected that all the first tuple-elements
are equal, and re-arrange them by putting the distinct first element into a new Tuple, and collate each of the second
elements into a new List which is set as the second element of the new Tuple.TooManyElements exception
if there are excessive elements available.Optional by wrapping the
value returned from Supplier.get().Optional representation of this object.suppressed to the first one.enum constants to a string where each constant is converted to
a string, and separated by the given delimiter.enum constants to a string where each constant is converted to
a string, and separated by the given delimiter.enum constants to a string where each constant is converted to
a string, and joined to one string using a given Collector.enum constants to a string where each constant is converted to
a string, and joined to one string using a given Collector.TargetState.yet() returns true),
though the loop can be controlled to exit prematurely using TargetState.TaskControl.EXIT.TargetState.yet() returns true).Supplier which is also ViewableAsOptional.Optional
representation of itself contained more than one element, and is thus
not applicable for such conversion.Tuple.Copyright © 2018 Digipost. All rights reserved.