• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RXJava

 
Ranch Hand
Posts: 606
11
Android Python Open BSD VI Editor Slackware
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a lot of question on this topic. I would like to know which is the section where i can speak about functional programming.
I have the feeling that in this library could be  the future of Java in terms of testing, concurrency, verbosity challenges.
Is the java 8 subsection the right place, the android forum, or somewhere else? thanks
 
Saloon Keeper
Posts: 15510
363
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For questions about functional programming in Java, or RXJava, I recommend the Java 8 forum: https://coderanch.com/forums/f-143/java

For questions about functional programming in general, we have the functional programming forum: https://coderanch.com/forums/f-139/functional
 
Giovanni Montano
Ranch Hand
Posts: 606
11
Android Python Open BSD VI Editor Slackware
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Stephan van Hulst wrote:For questions about functional programming in Java, or RXJava, I recommend the Java 8 forum: https://coderanch.com/forums/f-143/java

For questions about functional programming in general, we have the functional programming forum: https://coderanch.com/forums/f-139/functional



OK great thanks, I was afraid I could only ask about streams in J8 forum, this is great. After all in J8 the concept of Observable, Subsribers and most important asyncrony is absent
 
Stephan van Hulst
Saloon Keeper
Posts: 15510
363
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Truth be told, I wasn't quite sure where to put a question about RXJava myself. I don't have problems with it if you post them in Java in General.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic