net.ericaro.neoitertools
Interface YieldGenerator<U,V>

All Known Implementing Classes:
FullYieldGenerator

public interface YieldGenerator<U,V>

A fully featured python generator with a both way communication between the yield function, and the generator.

Author:
eric
See Also:
YieldGenerator's wiki page, neoitertools site

Method Summary
 V next(U u)
           
 

Method Detail

next

V next(U u)
       throws java.util.NoSuchElementException
Throws:
java.util.NoSuchElementException


Copyright © 2011. All Rights Reserved.