Uses of Package
ratpack.func
-
Packages that use ratpack.func Package Description ratpack.config Provides the ability to access configuration data from a variety of sources, such as YAML, JSON, properties files, system properties, and environment variables.ratpack.consul Support for integrating Ratpack applications with Hashicorp's Consul service discovery and distributed configuration engine.ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library.ratpack.exec The execution management.ratpack.exec.util ratpack.exec.util.retry ratpack.func General functional (i.e. Single Abstract Method) types.ratpack.groovy Support for writing Ratpack applications in the Groovy programming language.ratpack.groovy.handling Groovy specific extensions to classes in theratpack.handling
package.ratpack.groovy.server Groovy implementations of the Ratpack server building classes.ratpack.groovy.test.handling ratpack.gson Provides integration with Google Gson for JSON parsing and rendering.ratpack.guice Integration with Google Guice.ratpack.handling The handling of application requests.ratpack.handling.direct Low level direct access to the underlying Netty internals.ratpack.health Health checks report on the status of key components in the system and are generally used for monitoring and reporting.ratpack.http The HTTP protocol.ratpack.http.client The HTTP client.ratpack.impose ratpack.jackson Integration with the Jackson JSON marshalling library.ratpack.jdbctx ratpack.logging Utility classes for integration Ratpack with various logging frameworks.ratpack.path Types for managing the paths of requests inside the application.ratpack.reactor Provides integration with the Project Reactor library.ratpack.registry Registries hold objects that can be retrieved via type, and are a key aspect of Ratpack applications.ratpack.render The renderer framework provides a pluggable mechanism for serializing objects to the response.ratpack.retrofit Integration with Retrofit.ratpack.rx Provides integration with the RxJava library.ratpack.rx2 Provides integration with the RxJava library.ratpack.server Objects used to start a ratpack application.ratpack.service Services participate in the application start/stop lifecycle.ratpack.session Objects for providingSession
support.ratpack.spring.config ratpack.sse Support for Server Sent Events.ratpack.stream Support for reactive streams.ratpack.test ratpack.test.embed Support for creating embedded applications at test time, for testing Ratpack features and extensions.ratpack.test.exec ratpack.test.handling Test fixtures for exercisingHandler
implementations without start a fullEmbeddedApp
.ratpack.test.http Test fixtures that provide HTTP client interfaces to applications under test.ratpack.util General purpose types and utilities.ratpack.websocket Support for Websockets. -
Classes in ratpack.func used by ratpack.config Class Description Action A generic type for an object that does some work with a thing.Function A single argument function.Pair A generic pair implementation that can be used to cumulatively aggregate a data structure during a promise pipeline. -
Classes in ratpack.func used by ratpack.consul Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.dropwizard.metrics Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.exec Class Description Action A generic type for an object that does some work with a thing.BiAction A generic type for an object that does some work with 2 input things.BiFunction Block A block of code.Factory An object that creates another.Function A single argument function.Pair A generic pair implementation that can be used to cumulatively aggregate a data structure during a promise pipeline.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.exec.util Class Description Action A generic type for an object that does some work with a thing.BiAction A generic type for an object that does some work with 2 input things. -
Classes in ratpack.func used by ratpack.exec.util.retry Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.func Class Description Action A generic type for an object that does some work with a thing.Action.ConditionalSpec A spec for adding conditions to a conditional action.BiAction A generic type for an object that does some work with 2 input things.BiFunction Block A block of code.Factory An object that creates another.Function A single argument function.Function.ConditionalSpec A spec for adding conditions to a conditional function.Pair A generic pair implementation that can be used to cumulatively aggregate a data structure during a promise pipeline.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.groovy Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.groovy.handling Class Description Action A generic type for an object that does some work with a thing.Block A block of code.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.groovy.server Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.groovy.test.handling Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.gson Class Description Function A single argument function. -
Classes in ratpack.func used by ratpack.guice Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.handling Class Description Action A generic type for an object that does some work with a thing.Block A block of code.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.handling.direct Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.health Class Description Function A single argument function. -
Classes in ratpack.func used by ratpack.http Class Description Action A generic type for an object that does some work with a thing.Block A block of code. -
Classes in ratpack.func used by ratpack.http.client Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another.Function A single argument function. -
Classes in ratpack.func used by ratpack.impose Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another.Function A single argument function. -
Classes in ratpack.func used by ratpack.jackson Class Description Function A single argument function. -
Classes in ratpack.func used by ratpack.jdbctx Class Description Factory An object that creates another. -
Classes in ratpack.func used by ratpack.logging Class Description Action A generic type for an object that does some work with a thing.Block A block of code. -
Classes in ratpack.func used by ratpack.path Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.reactor Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.registry Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.render Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.retrofit Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another. -
Classes in ratpack.func used by ratpack.rx Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.rx2 Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.server Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.service Class Description Action A generic type for an object that does some work with a thing.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.session Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.spring.config Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.sse Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.stream Class Description Action A generic type for an object that does some work with a thing.BiFunction Function A single argument function.Predicate A function that returnstrue
orfalse
for a value. -
Classes in ratpack.func used by ratpack.test Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another. -
Classes in ratpack.func used by ratpack.test.embed Class Description Action A generic type for an object that does some work with a thing.Factory An object that creates another.Function A single argument function. -
Classes in ratpack.func used by ratpack.test.exec Class Description Action A generic type for an object that does some work with a thing.Function A single argument function. -
Classes in ratpack.func used by ratpack.test.handling Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.test.http Class Description Action A generic type for an object that does some work with a thing. -
Classes in ratpack.func used by ratpack.util Class Description Action A generic type for an object that does some work with a thing.BiAction A generic type for an object that does some work with 2 input things.Block A block of code.Factory An object that creates another. -
Classes in ratpack.func used by ratpack.websocket Class Description Action A generic type for an object that does some work with a thing.Function A single argument function.