public class HashSetComprehender
extends java.lang.Object
implements com.aol.cyclops.lambda.api.Comprehender<HashSet>
| Constructor and Description |
|---|
HashSetComprehender() |
| Modifier and Type | Method and Description |
|---|---|
HashSet |
empty() |
java.lang.Object |
executeflatMap(HashSet t,
java.util.function.Function fn) |
java.lang.Object |
flatMap(HashSet t,
java.util.function.Function fn) |
java.lang.Class |
getTargetClass() |
java.lang.Object |
map(HashSet t,
java.util.function.Function fn) |
HashSet |
of(java.lang.Object o) |
public java.lang.Object map(HashSet t,
java.util.function.Function fn)
map in interface com.aol.cyclops.lambda.api.Comprehender<HashSet>public java.lang.Object executeflatMap(HashSet t,
java.util.function.Function fn)
executeflatMap in interface com.aol.cyclops.lambda.api.Comprehender<HashSet>public java.lang.Object flatMap(HashSet t,
java.util.function.Function fn)
flatMap in interface com.aol.cyclops.lambda.api.Comprehender<HashSet>public HashSet of(java.lang.Object o)
of in interface com.aol.cyclops.lambda.api.Comprehender<HashSet>public HashSet empty()
empty in interface com.aol.cyclops.lambda.api.Comprehender<HashSet>public java.lang.Class getTargetClass()
getTargetClass in interface com.aol.cyclops.lambda.api.Comprehender<HashSet>