public abstract class ChainedCallback<In,Out> extends Object implements Callback<In>
Function Result that carries one value.
Constructor and Description |
---|
ChainedCallback(Callback<Out> next) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.