| Package | Description |
|---|---|
| net.emaze.dysfunctional | |
| net.emaze.dysfunctional.interceptions |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,I extends Interceptor<T>> |
Interceptors.intercept(Function<T,R> innermost,
Iterable<I> interceptors)
Creates an interceptor chain.
|
static <T,R,I extends Interceptor<T>> |
Interceptors.intercept(Function<T,R> innermost,
Iterator<I> interceptors)
Creates an interceptor chain.
|
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T>... interceptors)
Creates an interceptor chain.
|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T> interceptor)
Creates an interceptor chain.
|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T> first,
Interceptor<T> second)
Creates an interceptor chain.
|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T> first,
Interceptor<T> second)
Creates an interceptor chain.
|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T> first,
Interceptor<T> second,
Interceptor<T> third)
Creates an interceptor chain.
|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T> first,
Interceptor<T> second,
Interceptor<T> third)
Creates an interceptor chain.
|
static <T,R> Function<T,R> |
Interceptors.intercept(Function<T,R> innermost,
Interceptor<T> first,
Interceptor<T> second,
Interceptor<T> third)
Creates an interceptor chain.
|
| Constructor and Description |
|---|
InterceptorAdapter(Interceptor<T> interceptor,
Function<T,R> inner) |
Copyright © 2017. All rights reserved.