T - the return typepublic static final class Trampoline.Result<T>
extends java.lang.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 © 2017. All Rights Reserved.