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