Adapting an already existing stream API to a Stream (original) (raw)
Remi Forax forax at univ-mlv.fr
Fri Jan 11 12:00:28 PST 2013
- Previous message: Anagrams Kata (Was: ConcurrentHashMap/ConcurrentMap/Map.compute)
- Next message: Adapting an already existing stream API to a Stream
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Let say I have an API with one static method generateAll that takes a Block as parameter and generate all elements by calling the Block n times. How can I create a Stream on top of this API ?
Rémi
- Previous message: Anagrams Kata (Was: ConcurrentHashMap/ConcurrentMap/Map.compute)
- Next message: Adapting an already existing stream API to a Stream
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the lambda-libs-spec-observers mailing list