Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Java - util package
1.6K+ articles
Java-Functional-Interfaces
8 posts
Recent Articles
Popular Articles
Java Functional Interfaces
Last Updated: 15 April 2025
A functional interface in Java is an interface that contains only one abstract method. Functional interfaces can have multiple default or static methods, but only one abst...
read more
Java
Java-Functional-Interfaces
Java.util.function.BiPredicate interface in Java with Examples
Last Updated: 26 August 2021
The BiPredicateT, V interface was introduced in JDK 8. This interface is packaged in java.util.function package. It operates on two objects and returns a predicate value b...
read more
Java
Java - util package
Java-Functional-Interfaces
Java.util.function.DoubleBinaryOperator interface with Examples
Last Updated: 18 July 2019
The DoubleBinaryOperator interface was introduced in Java 8. It represents an operation on two double values and returns the result as a double value. It is a functional i...
read more
Java
Java - util package
Java-Functional-Interfaces
Java.util.function.DoublePredicate interface in Java with Examples
Last Updated: 22 September 2021
The DoublePredicate interface was introduced in JDK 8. This interface is packaged in java.util.function package. It operates on a Double object and returns a predicate val...
read more
Java
Java - util package
Java-Functional-Interfaces
Java.util.function.IntBinaryOperator interface with Examples
Last Updated: 18 July 2019
The IntBinaryOperator interface was introduced in Java 8. It represents an operation on two int values and returns the result as an int value. It is a functional interface...
read more
Java
Java - util package
Java-Functional-Interfaces
Java.util.function.IntPredicate interface in Java with Examples
Last Updated: 13 August 2021
The IntPredicate interface was introduced in JDK 8. This interface is packaged in java.util.function package. It operates on an integer value and returns a predicate value...
read more
Java
Java - util package
Java-Functional-Interfaces
Java.util.function.LongBinaryOperator interface with Examples
Last Updated: 18 July 2019
The LongBinaryOperator interface was introduced in Java 8. It represents an operation on two long values and returns the result as a long value. It is a functional interfa...
read more
Java
Java - util package
Java-Functional-Interfaces
Java.util.function.LongPredicate interface in Java with Examples
Last Updated: 25 August 2021
The LongPredicate interface was introduced in JDK 8. This interface is packaged in java.util.function package. It operates on a long value and returns a predicate value ba...
read more
Java
Java - util package
Java-Functional-Interfaces
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !