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

pl.iterators.stir.util.ConstructFromTuple.scala Maven / Gradle / Ivy

The newest version!
package pl.iterators.stir.util

/**
 * Constructor for instances of type `R` which can be created from a tuple of type `T`.
 */
trait ConstructFromTuple[T, R] extends (T => R)

object ConstructFromTuple extends ConstructFromTupleInstances




© 2015 - 2024 Weber Informatics LLC | Privacy Policy