Java
Change String Date Format from One Form to Another in Java
Let us take a look at how to make use of SimpleDateFormat to convert Date Format from One Form to Another in Java.
Java
How to Convert LocalDate to Date in Java 8 and Above
Let us take a look at how to convert LocalDate to Date in Java 8 and above.
Java
Correct way to Get the Current Date in Java 8 or above
Let us take a look at the correct way to get the current date in Java with an example.
Java
How to Convert String to Date in Java
We take a look at how to convert String to Date in Java with examples.
Java
Java: Check if a String contains another Sub-String with Examples
We take a look at ways to check if a String contains another Sub-String with Examples.
Java
[Java Program] Get Dates between Dates using Java 8 Predicate Functional Interface
Java Program to get Dates between Dates using Java 8 Predicate Functional Interface
Java
Java 8 Predicate Chaining using and() or() and negate() Methods
Example of Java 8 Predicate Chaining using and() or() and negate() Methods.
Java
Java 8 Predicate Functional Interface isEqual() Method Example
Let us take a look at the isEqual() default method from the Java 8 Predicate Functional Interface.
Java
Difference Between Predicate and Function in Java 8
We take a look at how Predicate and Function differ in Java 8 from the java.util.function package.
Java
Java: Pass Predicate as Parameter to a Method Example
Let us take a look at how to Pass a Predicate as a Parameter to a Method Example in Java.
Java
How to Split a Java Collections using Predicate, Lambda and Streams
How to split a Java Collection like List or Set using Predicate Functional Interface, Lambda, and Streams.
Java
Handling NullPointerException with Java Predicate
We take a look at how to handle NullPointerException when working with Java 8 Predicate Functional Interface.
Java
Java 8 Predicate default and() function Example
We take a look at the default and() functions from Java 8 Predicate Functional Interface.
Java
Java: How to Filter a List using Predicate
Let us take a look at how to filter a List using Java 8 Predicate Functional Interface.
Java
Java 8: Predicate negate() default Function Example
We look at the negate() default function from the java.util.function Predicate Functional Interface with examples.