preamble

izumi.fundamentals.preamble
object preamble extends IzBoolean, IzBytes, IzCollections, IzEither, IzSerializable, IzString, IzThrowable, IzTimeOrderingSafe

Attributes

Graph
Supertypes
trait IzThrowable
trait IzString
trait IzEither
trait IzCollections
trait IzBytes
trait IzBoolean
trait IzPlatformSyntax
trait IzPlatformPureUtil
trait IzPlatformUtil
class Object
trait Matchable
class Any
Show all
Self type
preamble.type

Members list

Value members

Inherited methods

final def all(b1: Boolean, b: LazyBool*): Boolean

Attributes

Inherited from:
IzBoolean
final def any(b1: Boolean, b: LazyBool*): Boolean

Attributes

Inherited from:
IzBoolean

Implicits

Inherited implicits

final implicit def EitherBiAggregate[L, R, Src[_], Col <: (IterableOnce)](col: Col[Either[Src[L], R]]): EitherBiAggregate[L, R, Src, Col]

Attributes

Inherited from:
IzEither
final implicit def EitherBiFlatAggregate[L, R, Col <: (IterableOnce), Col2 <: (IterableOnce), Src[_]](col: Col[Either[Src[L], Col2[R]]]): EitherBiFlatAggregate[L, R, Col, Col2, Src]

Attributes

Inherited from:
IzEither
final implicit def EitherBiFlatMapAggregate[Col <: (IterableOnce), T](col: Col[T]): EitherBiFlatMapAggregate[Col, T]

Attributes

Inherited from:
IzEither
final implicit def EitherBiMapAggregate[Col <: (IterableOnce), T](col: Col[T]): EitherBiMapAggregate[Col, T]

Attributes

Inherited from:
IzEither
final implicit def EitherBiTraversals[Col <: (IterableOnce), T](col: Col[T]): EitherBiTraversals[Col, T]

Attributes

Inherited from:
IzEither
final implicit def EitherLrPartitions[L, R, Col <: (IterableOnce)](col: Col[Either[L, R]]): EitherLrPartitions[L, R, Col]

Attributes

Inherited from:
IzEither
final implicit def EitherObjectExt(e: Either.type): EitherExt

Attributes

Inherited from:
IzEither
final implicit def EitherScalarOps[L, R, Col <: (IterableOnce)](col: Col[Either[L, R]]): EitherScalarOps[L, R, Col]

Attributes

Inherited from:
IzEither
final implicit def EitherTo[L, R, ColR <: (IterableOnce)](col: Either[L, ColR[R]]): EitherTo[ColR, L, R]

Attributes

Inherited from:
IzEither
implicit val dateOrdering: Ordering[Date]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val instantDateTimeOrdering: Ordering[Instant]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val localDateOrdering: Ordering[LocalDate]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val localDateTimeOrdering: Ordering[LocalDateTime]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val localTimeOrdering: Ordering[LocalTime]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val offsetDateTimeOrdering: Ordering[OffsetDateTime]

Attributes

Inherited from:
IzTimeOrderingSafe
implicit val offsetTimeOrdering: Ordering[OffsetTime]

Attributes

Inherited from:
IzTimeOrderingSafe
final implicit def toLazyBool(b: => Boolean): LazyBool

Attributes

Inherited from:
IzBoolean
implicit def toRichByteArray(bytes: Array[Byte]): IzByteArray

Attributes

Inherited from:
IzBytes
implicit def toRichByteBuffer(bytes: ByteBuffer): IzByteBuffer

Attributes

Inherited from:
IzBytes
implicit def toRichIterable[A](s: IterableOnce[A]): String_Iterable_Syntax[A]

Attributes

Inherited from:
IzString
implicit def toRichIterables[A, Repr <: (Iterable)](xs: Repr[A]): IzIterable[A, Repr]

Attributes

Inherited from:
IzCollections
implicit def toRichMappingsIter[A, B](xs: Iterable[(A, B)]): IzIterMappings[A, B]

Attributes

Inherited from:
IzCollections
implicit def toRichMappingsIterOnce[A, B](xs: IterableOnce[(A, B)]): IzIterOnceMappings[A, B]

Attributes

Inherited from:
IzCollections
implicit def toRichSerializable(s: Serializable): SerializableExt

Attributes

Inherited from:
IzSerializable
implicit def toRichString(s: String): String_Syntax

Attributes

Inherited from:
IzString
implicit def toRichStringBytes[A](s: Iterable[Byte]): String_IterableBytes_Syntax

Attributes

Inherited from:
IzString
implicit def toRichStringIterable[A](s: Iterable[String]): String_StringIterable_Syntax[A]

Attributes

Inherited from:
IzString
implicit def toRichThrowable(throwable: Throwable): IzThrowable_Syntax

Attributes

Inherited from:
IzThrowable
implicit def toRichThrowableStackTop(throwable: Throwable): IzThrowableStackTop_Syntax

Attributes

Inherited from:
IzThrowable
implicit def toRichTraversables[A](xs: IterableOnce[A]): IzTraversables[A]

Attributes

Inherited from:
IzCollections