CanTranspose

trait CanTranspose[From, +To]

Capability trait for the transpose of a shaped value.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(from: From): To