Skip to content

Commit

Permalink
Added @SInCE.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 10, 2024
1 parent 0516754 commit 271fbb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static <T> Predicate<T> always(boolean value, String toString) {
* @see #alwaysFalse()
* @see #alwaysTrue()
* @return A new Predicate, with described properties. It {@code equals} all such predicates wrapping the same {@code value}
* @since 1.11
*/
public static <T> Predicate<T> always(boolean value) {
return value ? alwaysTrue() : alwaysFalse();
Expand Down

0 comments on commit 271fbb4

Please sign in to comment.