|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joe_e.Struct
org.ref_send.promise.Vat<T>
public class Vat<T>
A return from a vat creation.
| Field Summary | |
|---|---|
Receiver<?> |
destruct
destruct the vat |
T |
top
object created by the vat's maker |
| Constructor Summary | |
|---|---|
Vat(T top,
Receiver<?> destruct)
Constructs an instance. |
|
| Method Summary |
|---|
| Methods inherited from class org.joe_e.Struct |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.joe_e.Selfless |
|---|
hashCode |
| Field Detail |
|---|
public final T top
public final Receiver<?> destruct
call like: destruct.apply(null)
| Constructor Detail |
|---|
public Vat(T top,
Receiver<?> destruct)
top - topdestruct - destruct
|
ref_send API 2.17 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.