| Interface | Description |
|---|---|
| LBiFunctionAssert<S extends LBiFunctionAssert<S,A,RS,T1,T2,R>,A extends LBiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R> |
Assert class for LBiFunction.
|
| LFunctionAssert<S extends LFunctionAssert<S,A,RS,T,R>,A extends LFunction<T,R>,RS extends org.assertj.core.api.Assert<RS,R>,T,R> |
Assert class for LFunction.
|
| LTriFunctionAssert<S extends LTriFunctionAssert<S,A,RS,T1,T2,T3,R>,A extends LTriFunction<T1,T2,T3,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,T3,R> |
Assert class for LTriFunction.
|
| Class | Description |
|---|---|
| LBiFunctionAssert.Base<S extends LBiFunctionAssert.Base<S,A,RS,T1,T2,R>,A extends LBiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R> |
Base implementation.
|
| LBiFunctionAssert.The<A extends LBiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R> |
Convenience implementation - if you want instantiate not to extend (uses one less generic parameter).
|
| LFunctionAssert.Base<S extends LFunctionAssert.Base<S,A,RS,T,R>,A extends LFunction<T,R>,RS extends org.assertj.core.api.Assert<RS,R>,T,R> |
Base implementation.
|
| LFunctionAssert.The<A extends LFunction<T,R>,RS extends org.assertj.core.api.Assert<RS,R>,T,R> |
Convenience implementation - if you want instantiate not to extend (uses one less generic parameter).
|
| LTriFunctionAssert.Base<S extends LTriFunctionAssert.Base<S,A,RS,T1,T2,T3,R>,A extends LTriFunction<T1,T2,T3,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,T3,R> |
Base implementation.
|
| LTriFunctionAssert.The<A extends LTriFunction<T1,T2,T3,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,T3,R> |
Convenience implementation - if you want instantiate not to extend (uses one less generic parameter).
|
Copyright © 2019. All rights reserved.