Is predicate a functional interface?



Is predicate a functional interface?..

Answer / Shri Chandra Verma

Yes, in C#, Predicate<T> is a generic functional interface that defines a single method called 'Invoke' which takes an object of type T and returns a Boolean value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are destructors in C#?

2 Answers   TryTechnicals Pvt Ltd,


What does namespace mean?

1 Answers  


the selected inf of other combobox?How do you achieve it?

1 Answers   CTS, Microsoft,


Define a manifest in .net?

1 Answers  


Explain metadata in c#.

1 Answers  


How many digits are in an integer?

1 Answers  


which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.

3 Answers  


What are properties in C#?

1 Answers   UGC Corporation,


Define a class and an object?

1 Answers  


What is a predicate in c#?

1 Answers  


Can an Assembly have multiple versions

13 Answers   TCS,


Can you have parameters for static constructors?

1 Answers  


Categories