T - the return type@Deprecated public abstract static class Trampoline.Result<T> extends Object
A Result may be the final return value or the bounce instruction to
continue the trampoline. Result instances are implicitly created by
calling any of the Trampoline.bounce(java.util.function.Supplier<ch.awae.utils.Trampoline.Result<T>>) methods or the Trampoline.bounceWrapped(java.util.function.Supplier<T>)
methods or the Trampoline.result(T) method.
Copyright © 2016. All Rights Reserved.