public static interface Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘> extends Lazy<Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘>>, frege.run.Kind.U<Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,?>,𝓘>, frege.run.Kind.B<Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,?,?>,𝓗,𝓘>, frege.run.Kind.T<Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,?,?,?>,𝓖,𝓗,𝓘>, frege.run.Kind.Q<Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,?,?,?,?>,𝓕,𝓖,𝓗,𝓘>, frege.run.Kind.V<Func.VIII<𝓐,𝓑,𝓒,𝓓,?,?,?,?,?>,𝓔,𝓕,𝓖,𝓗,𝓘>, frege.run.Kind.VI<Func.VIII<𝓐,𝓑,𝓒,?,?,?,?,?,?>,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘>, frege.run.Kind.VII<Func.VIII<𝓐,𝓑,?,?,?,?,?,?,?>,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘>, frege.run.Kind.VIII<Func.VIII<𝓐,?,?,?,?,?,?,?,?>,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘>, frege.run.Kind.IX<Func.VIII<?,?,?,?,?,?,?,?,?>,𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Func.VIII.D<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘> |
| Modifier and Type | Method and Description |
|---|---|
Lazy<𝓘> |
apply(Lazy<𝓐> a,
Lazy<𝓑> b,
Lazy<𝓒> c,
Lazy<𝓓> d,
Lazy<𝓔> e,
Lazy<𝓕> f,
Lazy<𝓖> g,
Lazy<𝓗> h) |
Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘> |
call()
Compute the value if it is needed.
|
boolean |
isShared()
Tell if this is shared.
|
Lazy<𝓘> apply(Lazy<𝓐> a, Lazy<𝓑> b, Lazy<𝓒> c, Lazy<𝓓> d, Lazy<𝓔> e, Lazy<𝓕> f, Lazy<𝓖> g, Lazy<𝓗> h)
Func.VIII<𝓐,𝓑,𝓒,𝓓,𝓔,𝓕,𝓖,𝓗,𝓘> call()
LazyCompute the value if it is needed.
boolean isShared()
LazyTell if this is shared.
Data and functions whose Lazy.call() method returns this as well
as simple boxes that just hold a value ready to be supplied and Thunks
are considered shared.
But a bare lambda expression is assumed to be in need of sharing. For example:
() -> 42