| Package | Description |
|---|---|
| eu.lunisolar.magma.func.asserts.std |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BiFunctionAssert<S extends BiFunctionAssert<S,A,RS,T1,T2,R>,A extends java.util.function.BiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R>
Assert for java.util.function.BiFunction.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BiFunctionAssert.Base<S extends BiFunctionAssert.Base<S,A,RS,T1,T2,R>,A extends java.util.function.BiFunction<T1,T2,R>,RS extends org.assertj.core.api.Assert<RS,R>,T1,T2,R>
Base implementation.
|
static class |
BiFunctionAssert.The<A extends java.util.function.BiFunction<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).
|
Copyright © 2015. All rights reserved.