Collectors.collectingAndThen(Collector, Function) instead.Collectors.collectingAndThen(Collector, Function) instead.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.BuilderCollectors.collectingAndThen(Collector, Function) instead.BasicColumnMapper 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.QuadFunction 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.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
(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.DiggIO.autoClosing(ThrowingConsumer) instead.DiggIO.autoClosing(ThrowingFunction) instead.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.Tuple.InputStream getting its contents from consuming an OutputStream.Clock, mainly intended for use in testing.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.Attribute.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.Stream, collect the stream
using DiggCollectors.allowAtMostOne() instead.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.ResultSet, map the specific column(s) this AttributeMapper is set to handle.Mappers.getNullableTimestamp and a conversion to an Instant
using Timestamp.toInstant().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.DiggIO instead.ExecutorService is marked as
externally managed.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.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.null-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.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.Iterator interface, by requiring only
one method, SimpleIterator.nextIfAvailable(), to be implemented instead of both
hasNext() and next().yet.TargetState.untilThen(Supplier, Consumer)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.TooManyElements exception
if there are excessive elements available.Optional by wrapping the
value returned from Supplier.get().Optional representation of this object.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 © 2016 Digipost. All rights reserved.