| Package | Description |
|---|---|
| net.emaze.dysfunctional | |
| net.emaze.dysfunctional.interceptions |
| Modifier and Type | Method and Description |
|---|---|
static <R,T1,T2,I extends BinaryInterceptor<T1,T2>> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
Iterable<I> interceptors)
Creates a binary interceptor chain.
|
static <R,T1,T2,I extends BinaryInterceptor<T1,T2>> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
Iterator<I> interceptors)
Creates a binary interceptor chain.
|
| Modifier and Type | Method and Description |
|---|---|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2>... interceptors)
Creates a binary interceptor chain.
|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2> interceptor)
Creates a binary interceptor chain.
|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2> first,
BinaryInterceptor<T1,T2> second)
Creates a binary interceptor chain.
|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2> first,
BinaryInterceptor<T1,T2> second)
Creates a binary interceptor chain.
|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2> first,
BinaryInterceptor<T1,T2> second,
BinaryInterceptor<T1,T2> third)
Creates a binary interceptor chain.
|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2> first,
BinaryInterceptor<T1,T2> second,
BinaryInterceptor<T1,T2> third)
Creates a binary interceptor chain.
|
static <R,T1,T2> BinaryDelegate<R,T1,T2> |
Interceptors.intercept(BinaryDelegate<R,T1,T2> innermost,
BinaryInterceptor<T1,T2> first,
BinaryInterceptor<T1,T2> second,
BinaryInterceptor<T1,T2> third)
Creates a binary interceptor chain.
|
| Constructor and Description |
|---|
BinaryInterceptorAdapter(BinaryInterceptor<T1,T2> interceptor,
BinaryDelegate<R,T1,T2> inner) |
Copyright © 2012. All Rights Reserved.