public final class Cells extends Object
| Modifier and Type | Method and Description |
|---|---|
static <B,C,A> Cell<A> |
fcell(Cell<B> masterB,
Cell<C> masterC,
Function2<B,C,A> f) |
static <B,A> Cell<A> |
fcell(Cell<B> master,
Function<B,A> f) |
static <A> Cell<A> |
memo(Function0<A> f)
Create a memo cell that calculates
f once and then returns the value. |
Copyright © 2009–2020 Opencast Project. All rights reserved.