ref_send API 2.17
defensive programming in Java

org.waterken.bounce
Interface Wall


public interface Wall

An object to bounce requests off of.


Method Summary
<A> Promise<A>
bounce(A a)
          Returns the given argument.
 Promise<ConstArray<AllTypes>> getAll()
          Creates a record of all types.
 Promise<java.lang.Integer> sum(int... num)
          Sends a variable argument list.
 

Method Detail

getAll

Promise<ConstArray<AllTypes>> getAll()
Creates a record of all types.


bounce

<A> Promise<A> bounce(A a)
Returns the given argument.

Parameters:
a - value to return
Returns:
a

sum

Promise<java.lang.Integer> sum(int... num)
Sends a variable argument list.

Parameters:
num - each vararg

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.