TupleFlatten

@implicitNotFound("Don\'t now how to flatten tuple ${A}")
sealed trait TupleFlatten[-A] extends Serializable
Companion:
object
trait Serializable
class Object
trait Matchable
class Any

Type members

Types

type Out

Value members

Abstract methods

def apply(x: A): Out
def tag: Tag[Out]