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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:19:28+00:00 2026-06-10T02:19:28+00:00

E.g. I have: interface Consumer<F extends FoodType> interface Vegetarian extends Consumer<Grass> interface Predator extends

  • 0

E.g. I have:

interface Consumer<F extends FoodType>
interface Vegetarian extends Consumer<Grass>
interface Predator extends Consumer<Meat>

I want to have something like:

class Feeder<C extends Consumer<F>>

to use F type parameter within Feeder class declaration. The aim is to pass only informative type parameter and to take up other type parameters from the passed ones:

new Feeder<Vegetarian>().buyFood(bluegrassIsGrassAndCouldNotBeMeat)
  • 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-10T02:19:30+00:00Added an answer on June 10, 2026 at 2:19 am

    If the class is going to use two generic types it’s going to need two generic parameters even if they are dependent.

    class Feeder<C extends Consumer<F>, F extends FoodType>{}
    

    If may be useful to be a bit more flexible.

    class Feeder<C extends Consumer<? super F>, F extends FoodType>{}
    

    (Josh Bloch’s uses the acronym PECS: Producer’s extend; Consumer’s super.)

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

Sidebar

Related Questions

I have interface IConfigurationSource { .... } and class FileConfigurationSource : IConfigurationSource { FileConfigurationSource(string
I have interface Foo public interface Foo { public void test(); } Class FooChild
I have an Interface like this: namespace QuickRoutes.Model.Utilities { public interface IRoutesManager { bool
In my situation there are three components: Consumer class, IExposedIface interface and Exposed class
I have a generic interface public interface Consumer<E> { public void consume(E e); }
I have recently came to this dilemma: let's say I want to use two
If a Java class implements the Serializable interface but does not have a public
I have an ICollection<T> called foos in my class which I want to expose
Let's say I have a class like this : public class MyClass { public
Let say I have a class like this: public sealed class Foo { public

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.