Package | Description |
---|---|
com.linkedin.parseq |
Core ParSeq classes.
|
Modifier and Type | Method and Description |
---|---|
default Tuple13Task<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13Task.andThen(Consumer13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> consumer)
Equivalent to
andThen("andThen", consumer) . |
default Tuple13Task<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> |
Tuple13Task.andThen(String desc,
Consumer13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> consumer)
Creates a new task which applies a consumer to the result of this task
and completes with a result of this task.
|
Copyright © 2018. All rights reserved.