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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:34:39+00:00 2026-05-23T08:34:39+00:00

The general question is how to return additional information from methods, beside the actual

  • 0

The general question is how to return additional information from methods, beside the actual result of the computation. But I want, that this information can silently be ignored.

Take for example the method dropWhile on Iterator. The returned result is the mutated iterator. But maybe sometimes I might be interested in the number of elements dropped.

In the case of dropWhile, this information could be generated externally by adding an index to the iterator and calculating the number of dropped steps afterwards. But in general this is not possible.

I simple solution is to return a tuple with the actual result and optional information. But then I need to handle the tuple whenever I call the method – even if I’m not interested in the optional information.

So the question is, whether there is some clever way of gathering such optional information?

Maybe through Option[X => Unit] parameters with call-back functions that default to None? Is there something more clever?

  • 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-05-23T08:34:39+00:00Added an answer on May 23, 2026 at 8:34 am

    Just my two cents here…

    You could declare this:

    case class RichResult[+A, +B](val result: A, val info: B)
    

    with an implicit conversion to A:

    implicit def unwrapRichResult[A, B](richResult: RichResult[A, B]): A = richResult.result
    

    Then:

    def someMethod: RichResult[Int, String] = /* ... */
    
    val richRes = someMethod
    val res: Int = someMethod
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For desktop application that is. This is just a general question that maybe only
In @mmalc's response to this question he states that In general you should not
Background: This is really a general best-practices question, but some background about the specific
I feel my question is close to this one, but I want a more
This question: Best way to return status flag and message from a method in
This is just a general question - I was sitting and waiting for a
Ok this is a general question about how to solve this issue, not to
I asked a related question about findbugs, but let's ask a more general question.
Ok another WPF question, well I guess this is just general .NET. I have
This is more an observation than a real question: MS-Access (and VBA in general)

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.