Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8152201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T15:38:34+00:00 2026-06-06T15:38:34+00:00

Will Java 8 support pattern matching like Scala and other functional programs do? I’m

  • 0

Will Java 8 support pattern matching like Scala and other functional programs do? I’m putting a presentation together of Java 8’s Lambda features. I can’t find anything on this particular Functional-programming concept.

I remember what got me interested in functional programming was the quicksort implementation, especially compared to imperative programming’s implementation.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T15:38:36+00:00Added an answer on June 6, 2026 at 3:38 pm

    I suppose you are not talking about pattern matching in the sense of applying a regular expression on a string, but as applied in Haskell. For instance using wildcards:

    head (x:_)  = x
    tail (_:xs) = xs
    

    Java 8 will not support that natively, with Lambda expression there are, however, ways to do so, like this for computing the factorial:

    public static int fact(int n) {
         return ((Integer) new PatternMatching(
              inCaseOf(0, _ -> 1),
              otherwise(  _ -> n * fact(n - 1))
         ).matchFor(n));
    }
    

    How to implement that you will find more information in this blog post: Towards Pattern Matching in Java.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to support Java 1.5+ in my application, but selectively enable features
Will Java code built and compiled against a 32-bit JDK into 32-bit byte code
Please understand firstly that I fully understand that Java will return a String when
I am unable to build my app because R.java will not update the ids.
I have a general question with regards to immutable collections. I will use Java
As we all know Java program will start executing from the public static void
I have coded a server in Java that will have several clients connected to
I'm looking to write a Java program which will download a Java source file
I'm making a program in Java which will automatically move all of the .png
I want to write a program (preferably in java) that will parse and analyze

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.