ref_send API 2.17
defensive programming in Java

org.waterken.factorial
Interface Factorial.Recursion

Enclosing class:
Factorial

public static interface Factorial.Recursion

The inner loop of a tail recursive factorial implementation.


Method Summary
 Promise<java.lang.Integer> apply(Factorial.Recursion tail_, int i, int acc)
           
 

Method Detail

apply

Promise<java.lang.Integer> apply(Factorial.Recursion tail_,
                                 int i,
                                 int acc)

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.