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