public abstract class Cell<A> extends Object
Cell()
protected abstract Tuple<A,Object>
change()
abstract A
get()
abstract <B> Cell<B>
lift(Function<A,B> f)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cell()
public abstract A get()
public abstract <B> Cell<B> lift(Function<A,B> f)
protected abstract Tuple<A,Object> change()
Copyright © 2009–2020 Opencast Project. All rights reserved.