@FunctionalInterface public static interface Trampoline.CompletedTrampoline<T> extends Trampoline<T>
Trampoline.CompletedTrampoline<T>, Trampoline.IntermediateTrampoline<T>| Modifier and Type | Method and Description |
|---|---|
default boolean |
hasNext() |
default Trampoline<T> |
next() |
complete, computeResult, intermediate, resultdefault boolean hasNext()
hasNext in interface Trampoline<T>default Trampoline<T> next()
next in interface Trampoline<T>Copyright © 2017. All rights reserved.