| Package | Description |
|---|---|
| com.redfin.fuzzy |
| Modifier and Type | Method and Description |
|---|---|
static <INPUT1,INPUT2,OUTPUT> |
Cases.compose(CaseCompositionMode caseCompositionMode,
Case<INPUT1> baseCase1,
Case<INPUT2> baseCase2,
Cases.TwoCaseCompositionFunction<INPUT1,INPUT2,OUTPUT> compositionFunction)
Creates and returns a new case that is "composed" of the values returned by a collection of base cases, according
to a composition function.
|
Copyright © 2017 Redfin. All rights reserved.