stdx.util

package stdx.util

Members list

Type members

Experimental classlikes

class Box

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
object Debug

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
Debug.type
object LEither

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
LEither.type
object T1

Attributes

Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type
T1.type

Types

opaque type LEither[A, B]

A Light Either that requires compile-time information to operate on. If you lose too much type information, you may become unable to operate on it.

A Light Either that requires compile-time information to operate on. If you lose too much type information, you may become unable to operate on it.

Attributes

opaque type T1[A]