Learn how to negate a predicate method reference with Java 11.
Also find me here:
Baeldung Author
François Dupire
I'm an analyst developer, very found of the Java world. I like to learn about new techy stuff and writing about it!
Here's what I've written (so far):
Baeldung on Java
- All
- Core Java (6)
- Algorithms (3)
- Spring Data (2)
- Java Array (2)
- Java (2)
- Testing (1)
- Security (1)
- Java IO (1)
- Java Collections (1)
- IDE (1)
Create a Java Command Line Program with Picocli
Filed under Java
Learn how to use Picocli to easily create command line programs in Java.
Void Type in Java
Filed under Core Java
Learn how to use the Java Void type and when to avoid using the Void type.
An Introduction to Refactoring with IntelliJ IDEA
Filed under IDE
Learn a few helpful tips for working more productively with IntelliJ.
Spring Data JPA @Modifying Annotation
Filed under Spring Data
Create DML and DDL queries in Spring Data JPA by combining the @Query and @Modifying annotations
Create a Directory in Java
Filed under Java IO
Learn how to create directories with different structures in Java
Retrieve Fields from a Java Class Using Reflection
Filed under Core Java
Learn how to get the fields of a class using reflection, including inherited fields
Retrieving a Class Name in Java
Filed under Core Java
Explore different ways to retrieve a class name in Java.
Arrays in Java: A Reference Guide
Filed under Java Array
A simple and complete reference guide to understanding and using Arrays in Java.
Baeldung on Computer Science
- All
- Programming (1)
The Liskov Substitution Principle
Filed under Programming
Learn about the Liskov Substitution principle, one of the SOLID principles.