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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:00:57+00:00 2026-05-25T12:00:57+00:00

In Java you can write: Class<SomeClass> foo = SomeClass.class; I’m playing around with Scala

  • 0

In Java you can write:

Class<SomeClass> foo = SomeClass.class;

I’m playing around with Scala and want a bit more: I want to get a Method (and its generic type) at compile time, like this:

val foo : Method[...] = SomeClass.class.someMethod

or even:

val foo : Method[...] = someObject.class.someMethod

Is there a way to do something like this in Scala?

  • 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-25T12:00:59+00:00Added an answer on May 25, 2026 at 12:00 pm

    With, perhaps, the sole exception of interop against a Java library that demands Method instances, there should never ever be any need to do this in Scala.

    If you need to pass a method around for later invocation; then partially apply it to create a FunctionN instance, pass it via a by-name param, or create it directly as a first-class Function in the first case.

    If you need to reflect on the Method so that you can circumvent private visibility, perhaps for testing, then you really should refactor your design to avoid that visibility restriction in the first place.

    If you’re just exploring Scala, and seeing how concepts compare to java. Or if you’re unfortunate enough to be stuck with a bad case of interop, then the equivalent construct to SomeClass.class is classOf[SomeClass]. Hopefully you’ll never need it 🙂

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

Sidebar

Related Questions

In Java I can write: public class Foo { public static Foo DEFAULT_FOO; static
How can I read/write serializable object instances to a RandomAccessFile in Java? I want
Every method I write to encode a string in Java using 3DES can't be
In Scala, we can write object Foo { def bar = {} } How
How come, in Java, I can write List<?> list = new LinkedList<Double>(); but not
How can I write from Java to the Windows Event Log?
Can I write to the end of a 5GB file in Java? This question
Newbie here...can I write one program which incorporates .NET LINQ and also various Java
Java is supposed to be write once, run anywhere and it really can be,
I can write a ejb like this... @Stateless public class AnotherBean { @PersistenceContext(unitName =

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.