ref_send API 2.17
defensive programming in Java

Uses of Class
org.ref_send.promise.Do

Packages that use Do
org.ref_send.promise A promise interface. 
org.ref_send.test A simple test interface. 
 

Uses of Do in org.ref_send.promise
 

Methods in org.ref_send.promise with parameters of type Do
<P,R> R
Eventual.when(P reference, Do<P,R> conditional)
          Does an eventual conditional operation on an eventual reference.
<P,R> R
Eventual.when(Promise<P> promise, Do<P,R> conditional)
          Does an eventual conditional operation on a promise.
 

Uses of Do in org.ref_send.test
 

Methods in org.ref_send.test that return Do
static
<T> Do<T,Promise<?>>
Logic.was(T expected)
          Creates a when block that compares against an expected value.
 


ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.