public class LazyContinuation<T> extends Object
LazyFunction
.Constructor and Description |
---|
LazyContinuation(LazyValue<T> nextValue,
LazyFunction<T> nextFunction) |
LazyContinuation(T nextValue,
LazyFunction<T> nextFunction) |
Modifier and Type | Method and Description |
---|---|
LazyFunction<T> |
nextFunction()
Returns a new lazy function that will return the next continuation.
|
LazyValue<T> |
nextValue()
Returns, indirectly, the next value computed by the lazy function.
|
public LazyContinuation(T nextValue, LazyFunction<T> nextFunction)
public LazyContinuation(LazyValue<T> nextValue, LazyFunction<T> nextFunction)
public LazyValue<T> nextValue()
public LazyFunction<T> nextFunction()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.