pd.internal.utils

Type members

Classlikes

class ConstantIterator(value: Int, length: Int) extends Iterator[Int]

Iterator with length elements that are all of the value value.

Iterator with length elements that are all of the value value.

Value Params
length

Length of iterator.

value

Value of all elements.

Since

0.1.0

@implicitNotFound("Nothing was inferred")
sealed trait RequireType[-T]

Use this trait to enforce that the type Nothing is not inferred.

Use this trait to enforce that the type Nothing is not inferred.

Since

0.1.0

Companion
object
object RequireType

Ambiguous overload to enforce an compiler error if the type is inferred as Nothing.

Ambiguous overload to enforce an compiler error if the type is inferred as Nothing.

Since

0.1.0

Companion
class
object StringUtils

Helper function for string representation.

Helper function for string representation.

Since

0.1.0

object TypeString

Functions to map type strings for Java and Scala.

Functions to map type strings for Java and Scala.

Since

0.1.0