Topic: Java


Java 8 Predicate Chaining using and() or() and negate() Methods

Java 8 Predicate Functional Interface isEqual() Method Example

Difference Between Predicate and Function in Java 8

Java: Pass Predicate as Parameter to a Method Example

How to Split a Java Collections using Predicate, Lambda and Streams

Handling NullPointerException with Java Predicate

Java 8 Predicate default and() function Example

Java: How to Filter a List using Predicate

Java 8: Predicate negate() default Function Example

How to use Predicate in Java to Return Always a Boolean true value

Using Java 8 Predicate with 2 Arguments Example

Deep Dive into Java 8 Predicate Interface

Java 8 Predicate Functional Interface with Examples (Lambda)

How to create an empty Optional Instance in Java

How to set a Default Value for Optional is Empty or Null in Java

How to Convert a Java Object into an Optional with Example

Java Optional Util Class Examples

List of New Features in Java 11 (JEPs)

What are E, K, N, S, T, U, V in Java Generics

Advantages of Using Generics in Java with Examples

456