A B C D E F G H I J L M N O P R S T U V W X 

F

Factory<T> - Interface in ratpack.func
An object that creates another.
failure(Throwable) - Static method in class ratpack.exec.Result
Creates a failure result object.
file(String) - Method in interface ratpack.file.FileSystemBinding
Creates a file reference relative to the bind point denoted by the given relative path.
file(String) - Method in interface ratpack.form.Form
Return the first uploaded file with the given name.
file(String) - Method in interface ratpack.handling.Context
Gets the file relative to the contextual FileSystemBinding.
file(String) - Method in interface ratpack.test.embed.BaseDirBuilder
Returns a path for the given path within the base dir.
file(String, String) - Method in interface ratpack.test.embed.BaseDirBuilder
Creates a file with the given string content at the given path within the base dir.
file(String, String) - Method in class ratpack.test.embed.JarFileBaseDirBuilder
 
file(String) - Method in class ratpack.test.embed.PathBaseDirBuilder
Returns a path for the given path within the base dir.
file(String, String) - Method in class ratpack.test.embed.PathBaseDirBuilder
Creates a file with the given string content at the given path within the base dir.
FileRenderer - Interface in ratpack.file
A renderer for static files.
files(String) - Method in interface ratpack.form.Form
Return all of the uploaded files with the given name.
files() - Method in interface ratpack.form.Form
Returns all of the uploaded files.
fileSystem(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler to this chain that changes the FileSystemBinding for the given handler.
fileSystem(String, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler to this chain that changes the FileSystemBinding for the given handler chain.
fileSystem(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
Creates a List of Handler from the given Closure and adds a Handler to this GroovyChain that changes the FileSystemBinding for the Handler list.
fileSystem(String, Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
 
fileSystem(String, Action<? super Chain>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
fileSystem(String, Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
 
fileSystem(String, Handler) - Method in interface ratpack.handling.Chain
Adds a handler to this chain that changes the FileSystemBinding for the given handler.
fileSystem(String, Action<? super Chain>) - Method in interface ratpack.handling.Chain
Adds a handler to this chain that changes the FileSystemBinding for the given handler chain.
fileSystem(String, Handler) - Method in class ratpack.handling.ChainAction
 
fileSystem(String, Action<? super Chain>) - Method in class ratpack.handling.ChainAction
 
fileSystem(LaunchConfig, String, Handler) - Static method in class ratpack.handling.Handlers
A handlers that changes the FileSystemBinding for the given handlers.
FileSystemBinding - Interface in ratpack.file
A file system binding represents a file system location that is used to resolve relative paths.
FileSystemChecksumService - Interface in ratpack.file
 
FileSystemChecksumServices - Class in ratpack.file
 
first(TypeToken<T>, Predicate<? super T>) - Method in interface ratpack.handling.Context
Returns the first object whose declared type is assignment compatible with the given type and who satisfies the given predicate.
first(TypeToken<T>, Predicate<? super T>) - Method in interface ratpack.registry.Registry
Returns the first object whose declared type is assignment compatible with the given type and who satisfies the given predicate.
fork(Action<? super Execution>) - Method in interface ratpack.exec.ExecControl
Forks a new execution on a separate thread.
fork(Action<? super Execution>, Action<? super Throwable>) - Method in interface ratpack.exec.ExecControl
 
fork(Action<? super Execution>, Action<? super Throwable>, Action<? super Execution>) - Method in interface ratpack.exec.ExecControl
 
fork(Action<? super Execution>) - Method in interface ratpack.handling.Context
Forks a new execution, detached from the current.
fork(Action<? super Execution>, Action<? super Throwable>) - Method in interface ratpack.handling.Context
 
fork(Action<? super Execution>, Action<? super Throwable>, Action<? super Execution>) - Method in interface ratpack.handling.Context
 
forkAndJoin(ExecControl, Observable<T>) - Static method in class ratpack.rx.RxRatpack
Forks the current execution in order to subscribe to the given source, then joining the original execution with the source values.
forkOnNext(ExecControl, Observable<T>) - Static method in class ratpack.rx.RxRatpack
Alternative method for forking the execution to process each observable element.
forkOnNext(ExecControl) - Static method in class ratpack.rx.RxRatpack
An operator to parallelize an observable stream by forking a new execution for each omitted item.
Form - Interface in ratpack.form
An uploaded form.
fromJson(Class<T>) - Static method in class ratpack.jackson.Jackson
 
fromJson(TypeToken<T>) - Static method in class ratpack.jackson.Jackson
 
fromJson(Class<T>, ObjectMapper) - Static method in class ratpack.jackson.Jackson
 
fromJson(TypeToken<T>, ObjectMapper) - Static method in class ratpack.jackson.Jackson
 
Fulfiller<T> - Interface in ratpack.exec
A fulfiller of an asynchronous promise.
Fulfillment<T> - Class in ratpack.exec
Convenience base for Action<Fulfiller<T>> implementations.
Fulfillment() - Constructor for class ratpack.exec.Fulfillment
 
Function<INPUT,OUTPUT> - Interface in ratpack.func
A single argument function.
A B C D E F G H I J L M N O P R S T U V W X