|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Eventual | |
---|---|
org.ref_send.test | A simple test interface. |
org.waterken.all | Runs all tests. |
org.waterken.bang | A simple demonstration and test of eventual operations. |
org.waterken.bounce | An argument passing test. |
org.waterken.delayed | Delayed promise resolution test. |
org.waterken.eq | Checks invariants of the ref_send API. |
org.waterken.factorial | A tail recursive factorial implementation. |
org.waterken.serial | An infinite series of elements. |
Uses of Eventual in org.ref_send.test |
---|
Methods in org.ref_send.test with parameters of type Eventual | |
---|---|
static Promise<?> |
Logic.join(Eventual _,
java.lang.Object... tests)
Fulfills a promise after each listed promise is fulfilled. |
Uses of Eventual in org.waterken.all |
---|
Methods in org.waterken.all with parameters of type Eventual | |
---|---|
static Promise<?> |
All.make(Eventual _)
Constructs an instance. |
Uses of Eventual in org.waterken.bang |
---|
Methods in org.waterken.bang with parameters of type Eventual | |
---|---|
static Promise<?> |
Beat.make(Eventual _,
Drum drum)
Runs a unit test. |
Uses of Eventual in org.waterken.bounce |
---|
Methods in org.waterken.bounce with parameters of type Eventual | |
---|---|
static Wall |
Bounce.make(Eventual _)
Constructs an instance. |
static Promise<?> |
Pitch.make(Eventual _,
Wall x)
Runs a unit test. |
Uses of Eventual in org.waterken.delayed |
---|
Methods in org.waterken.delayed with parameters of type Eventual | |
---|---|
static Forwarder |
ForwarderMaker.make(Eventual _)
|
static Promise<?> |
Relay.make(Eventual _,
Forwarder forwarder_)
|
Uses of Eventual in org.waterken.eq |
---|
Methods in org.waterken.eq with parameters of type Eventual | |
---|---|
static Promise<?> |
SoundCheck.make(Eventual _)
Runs a unit test. |
Uses of Eventual in org.waterken.factorial |
---|
Methods in org.waterken.factorial with parameters of type Eventual | |
---|---|
static Promise<?> |
FactorialN.make(Eventual _,
int n)
Runs a unit test. |
static Promise<java.lang.Integer> |
Factorial.make(Eventual _,
int n)
Computes a factorial. |
Uses of Eventual in org.waterken.serial |
---|
Methods in org.waterken.serial with parameters of type Eventual | ||
---|---|---|
static SeriesFactory |
SeriesFactory.make(Eventual _)
Constructs an instance. |
|
static
|
Serial.make(Eventual _)
Makes a Series . |
|
static Promise<?> |
PopPushN.make(Eventual _,
int n)
Runs a unit test. |
|
ref_send API 2.17 defensive programming in Java |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.