V - The type of the operation's result.public interface LambdaCallback<V>
The method name is based on the class (in
java.util.function.BiConsumer) from Java 8. To support earlier JDKs
the andThen() method is not supported.
This interface follows the defacto convention that the first argument (left-side) to the method is the exception (error) and the second argument (right-side) is the value. Generally only one of the two arguments will be non-null.
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.