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