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

This is a general question about MVC as a pattern, but in this case
This is more a general question but my particular case involves a ruby/rails app
This is a general question, but here is the specific case I'm looking for
That's kind of a general question (but I'm using C#), what's the best way
This is a pretty general question, but the specific thing I'm doing is simple
Background: This is really a general best-practices question, but some background about the specific
This is a cgal related question, but I think it is also a general
This question: Best way to return status flag and message from a method in
general question is i like to build logger class that writes to single log
This is just a general question - I was sitting and waiting for a

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.