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 7743239
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:28:51+00:00 2026-06-01T09:28:51+00:00

So I assume my issue has to do with what is going on under

  • 0

So I assume my issue has to do with what is going on under the hood, but I don’t understand why this doesn’t works:

scala> b = b :: "apple";
<console>:8: error: value :: is not a member of java.lang.String

but this does:

scala> b = "apple" :: b;
b: List[java.lang.String] = List(apple, pear)

Thanks.

  • 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-01T09:28:53+00:00Added an answer on June 1, 2026 at 9:28 am

    Method names that end in : are right associative, so b :: "apple" tries to call the :: method on a String, which doesn’t exist.

    The normal strategy for appending things if you must use a List is to add things to the beginning then reverse the result when you’re done. But as Rex says, using a Vector might be better.

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

Sidebar

Related Questions

I've found this issue with t-tests and chi-squared in R but I assume this
I'm wondering if anyone has faced this issue. Let's assume I have two tables:
I'm sure this has been answered before/somewhere, as i assume it's a common issue,
I assume because the CLR this wouldn't be an issue?
Sorry If something like this has already been asked, but I can't find exactly
This issue has come up in a distributed-multithreaded application I'm developing, where threads can
I assume this would be an issue with any JavaScript framework. I use MooTools
I wonder has anyone come across with this issue where the MSTest Unit Test
Assume that the application is physically located at: C:\inetpub\wwwroot\MyApplication This has been converted into
I was helping someone with their homework and ran into this strange issue. The

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.