is not current version
Last Version 0.4

com.github.puddingspudding:predicates 0.3

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).

GroupId

GroupId

com.github.puddingspudding
ArtifactId

ArtifactId

predicates
Version

Version

0.3
Type

Type

jar

Download predicates 0.3


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