All Downloads are FREE. Search and download functionalities are using the official Maven repository.

endless.core.data.package.scala Maven / Gradle / Ivy

There is a newer version: 0.31.0
Show newest version
package endless.core

import cats.data.Chain
import endless.\/

package object data {

  /** Type alias for either an error or a tuple of events chain and value
    * @tparam E
    *   event
    * @tparam A
    *   value
    */
  type Folded[E, A] = String \/ (Chain[E], A)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy