durian-collect

Durian - Guava's spikier (unofficial) cousin

License

License

The Apache Software License, Version 2.0
GroupId

GroupId

com.diffplug.durian
ArtifactId

ArtifactId

durian-collect
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

durian-collect
Durian - Guava's spikier (unofficial) cousin
Project URL

Project URL

https://github.com/diffplug/durian
Source Code Management

Source Code Management

https://github.com/diffplug/durian

Download durian-collect

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.codehaus.mojo : animal-sniffer-annotations Optional jar 1.14
com.google.j2objc : j2objc-annotations Optional jar 0.1
com.google.code.findbugs : annotations Optional jar 3.0.0
com.google.code.findbugs : jsr305 Optional jar 3.0.0

runtime (1)

Group / Artifact Type Version
com.diffplug.durian : durian-core jar 1.2.0

Project Modules

There are no modules declared in this project.

Durian: Guava's spikier (unofficial) cousin

Maven artifact Latest version Javadoc License Apache

Changelog Travis CI Live chat

Guava has become indispensable for many Java developers. Because of its wide adoption, it must be conservative regarding its minimum requirements.

Durian complements Guava with some features which are too spiky for Guava, such as:

Durian's only requirement is Java 8 or greater, no other libraries are needed (not even Guava).

Contributions are welcome, see the contributing guide for development info.

Related

If you have a Box, but you'd like to subscribe to changes in its value, you should look at RxBox in DurianRx.

Acknowledgements

  • The API and tests for Suppliers, Functions, and Predicates are all verbatim from Guava.
  • StringPrinter.toOutputStream() borrows heavily from WriterOutputStream, inside Apache commons-io.
  • DurianPlugins is inspired by RxJava's plugin mechanism.
  • Formatted by spotless, as such.
  • Bugs found by findbugs, as such.
  • OSGi metadata generated by goomph, which leverages Peter Kriens' bnd.
  • Scripts in the .ci folder are inspired by Ben Limmer's work.
  • Built by gradle.
  • Tested by junit.
  • Maintained by DiffPlug.
com.diffplug.durian

DiffPlug

View, edit, compare. Anything, from anywhere.

Versions

Version
1.2.0
1.1.0
1.0.0