aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.tel>2024-09-08 23:36:01 +0200
committerMarko Zajc <marko@zajc.tel>2024-09-08 23:43:43 +0200
commit522a3a086415de2399d606b663793ca81078b3fb (patch)
treedad3fa4b1c9c5958945a6c05900e111b8296480f /src
parent9744f6aeadfbaaa0e61ac077b286971d0e738f7e (diff)
Bump version to 1.5HEADmaster
Diffstat (limited to 'src')
-rw-r--r--src/main/java/org/eu/zajc/ef/bifunction/ObjBooleanFunction.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/eu/zajc/ef/bifunction/ObjBooleanFunction.java b/src/main/java/org/eu/zajc/ef/bifunction/ObjBooleanFunction.java
index b00291f..1a303b8 100644
--- a/src/main/java/org/eu/zajc/ef/bifunction/ObjBooleanFunction.java
+++ b/src/main/java/org/eu/zajc/ef/bifunction/ObjBooleanFunction.java
@@ -26,9 +26,9 @@ import org.eu.zajc.ef.function.BooleanFunction;
26import org.eu.zajc.ef.trifunction.ObjObjBooleanFunction; 26import org.eu.zajc.ef.trifunction.ObjObjBooleanFunction;
27 27
28/** 28/**
29 * Represents a function that accepts an object-valued and a {@code boolean}-valued argument, 29 * Represents a function that accepts an object-valued and a {@code boolean}-valued
30 * and produces a result. This is the {@code (reference, boolean)} specialization of 30 * argument, and produces a result. This is the {@code (reference, boolean)}
31 * {@link BiFunction}. 31 * specialization of {@link BiFunction}.
32 * 32 *
33 * <p> 33 * <p>
34 * This is a functional interface whose functional method is 34 * This is a functional interface whose functional method is