s

staccatissimo-lambda

Lightweight library for instantiating functions and predicates in a DSL style, without using anonymous classes. This project is aimed to simplify higher-order programming until Java adds lambdas to its language
Files download
File Operation
staccatissimo-lambda-2.3.jar download
staccatissimo-lambda-2.3.pom download
staccatissimo-lambda-2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>staccatissimo-lambda</artifactId>
  <version>2.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:staccatissimo-lambda:2.3'
Gradle Kotlin
implementation("net.sf.staccatocommons:staccatissimo-lambda:2.3")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "staccatissimo-lambda" % "2.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='staccatissimo-lambda', version='2.3')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="staccatissimo-lambda" rev="2.3" />
Leiningen
[net.sf.staccatocommons/staccatissimo-lambda "2.3"]
Apache Buildr
'net.sf.staccatocommons:staccatissimo-lambda:jar:2.3'