Fx.Util.Side

Companion
class
Source
Side.scala
trait Sum
trait Mirror
trait TwoWayFun[Side, Fx.Util.Side]
trait Side => Fx.Util.Side
class Object
trait Matchable
class Any

Type

Inherited

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
Source
Mirror.scala

Def

Inherited

@targetName("stream")
inline def ~: ~[Fx.Util.Side]

Stream

Stream

Enum values as a stream, ordered by ordinal property

Inherited from
Companion
Source
Companion.scala
@targetName("pack") @threadUnsafe
lazy val ><: ><[Fx.Util.Side]

Packed

Packed

Packed values

Inherited from
Companion
Source
Companion.scala
@unspecialized
def andThen[A](g: Fx.Util.Side => A): Side => A
Inherited from
Function1
def apply(v: Side): Fx.Util.Side
Inherited from
Companion
Source
__.scala
@unspecialized
def compose[A](g: A => Side): A => Fx.Util.Side
Inherited from
Function1
def undo(v: Fx.Util.Side): Side
Inherited from
Companion
Source
__.scala