StObjectCast3Ops

@inline final class StObjectCast3Ops[Self <: ([_, _, _] =>> StObject), T1, T2, T3](val x: Self[T1, T2, T3]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def unsafeCast3[U1, U2, U3]: Self[U1, U2, U3]

Scala is more strict than Typescript, and sometimes a cast is the best solution.

Scala is more strict than Typescript, and sometimes a cast is the best solution.

This exists to make casts safer, since it only casts the type parameters

Concrete fields

val x: Self[T1, T2, T3]