I hereby claim:
- I am arouel on github.
- I am before (https://keybase.io/before) on keybase.
- I have a public key ASDS5EnZ-yrdG5v3lLfyTNO5TChY9EgO2oXgy-BBavD8lQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
package com.github.before.examples | |
import scalaz.concurrent._ | |
/** | |
* Example how to compose Scalaz Tasks with a For-Comprehension | |
*/ | |
object TaskCompositionDemo { | |
// first task |
package de.rouel; | |
import java.util.ArrayList; | |
import java.util.Arrays; | |
import java.util.List; | |
import junit.framework.Assert; | |
import org.junit.Test; |