CanTranspose

trait CanTranspose[From, +To]

Capability trait for the transpose of a shaped value.

Companion:
object
class Object
trait Matchable
class Any
object TransposeFV.type

Value members

Abstract methods

def apply(from: From): To