| Package | Description |
|---|---|
| com.redfin.fuzzy | |
| com.redfin.fuzzy.cases |
| Modifier and Type | Method and Description |
|---|---|
static <T> CollectionCase<List<T>,T> |
Any.listOf(Case<T>... cases) |
static <T> CollectionCase<List<T>,T> |
Any.listOf(Supplier<Case<T>>... delegateCases) |
static <T> CollectionCase<List<T>,T> |
Any.nonemptyListOf(Case<T>... cases) |
static <T> CollectionCase<List<T>,T> |
Any.nonemptyListOf(Supplier<Case<T>>... delegateCases) |
static <T> CollectionCase<Set<T>,T> |
Any.nonemptySetOf(Case<T>... cases) |
static <T> CollectionCase<Set<T>,T> |
Any.nonemptySetOf(Supplier<Case<T>>... delegateCases) |
static <T> CollectionCase<Set<T>,T> |
Any.setOf(Case<T>... cases) |
static <T> CollectionCase<Set<T>,T> |
Any.setOf(Supplier<Case<T>>... delegateCases) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionCase.ListCase<T> |
static class |
CollectionCase.SetCase<T> |
| Modifier and Type | Method and Description |
|---|---|
CollectionCase<COLLECTION,ELEMENT> |
CollectionCase.withElementsOf(Case<ELEMENT> elementsCase) |
CollectionCase<COLLECTION,ELEMENT> |
CollectionCase.withElementsOf(Supplier<Case<ELEMENT>> caseFunction) |
CollectionCase<COLLECTION,ELEMENT> |
CollectionCase.withHomogeneousElementSuppliers()
Instructs this case to build collections where each element is created by the same supplier from its elements
case.
|
CollectionCase<COLLECTION,ELEMENT> |
CollectionCase.withSize(int size) |
CollectionCase<COLLECTION,ELEMENT> |
CollectionCase.withSizeOf(Case<Integer> sizeCase) |
Copyright © 2017 Redfin. All rights reserved.