Last Version

predicates 0.4

The intention of this project is to improve readability of equality and relational operators using predefined [Predicates](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html).

License

License

GroupId

GroupId

com.github.puddingspudding
ArtifactId

ArtifactId

predicates
Version

Version

0.4
Type

Type

jar
Description

Description

predicates
The intention of this project is to improve readability of equality and relational operators using predefined [Predicates](https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html).
Project URL

Project URL

https://github.com/puddingspudding/java-predicates
Source Code Management

Source Code Management

https://github.com/puddingspudding/java-predicates

Download predicates 0.4


<!-- https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/ -->
<dependency>
    <groupId>com.github.puddingspudding</groupId>
    <artifactId>predicates</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/
implementation 'com.github.puddingspudding:predicates:0.4'
// https://jarcasting.com/artifacts/com.github.puddingspudding/predicates/
implementation ("com.github.puddingspudding:predicates:0.4")
'com.github.puddingspudding:predicates:jar:0.4'
<dependency org="com.github.puddingspudding" name="predicates" rev="0.4">
  <artifact name="predicates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.puddingspudding', module='predicates', version='0.4')
)
libraryDependencies += "com.github.puddingspudding" % "predicates" % "0.4"
[com.github.puddingspudding/predicates "0.4"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.