[all packages] [package pizza.lang] [class hierarchy] [index]

pure interface of class pizza.lang.Cell<A>

The documentated page.
public class Cell<A>
  implements java.io.Serializable
{
    public case Cell(A value);
    public int hashCode();
    public boolean equals(Object other);
    public String toString();
    public A value;
}

[all packages] [package pizza.lang] [class hierarchy] [index]
pizza.lang.Cell.interface.html