object Std

The Jsonnet standard library, std, with each builtin function implemented in Scala code. Uses builtin and other helpers to handle the common wrapper logic automatically

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Std
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Std: Obj
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def builtin[R, T1, T2, T3](name: String, p1: String, p2: String, p3: String)(eval: (EvalScope, FileScope, T1, T2, T3) ⇒ R)(implicit arg0: ReadWriter[R], arg1: ReadWriter[T1], arg2: ReadWriter[T2], arg3: ReadWriter[T3]): (String, Func)
  7. def builtin[R, T1, T2](name: String, p1: String, p2: String)(eval: (EvalScope, FileScope, T1, T2) ⇒ R)(implicit arg0: ReadWriter[R], arg1: ReadWriter[T1], arg2: ReadWriter[T2]): (String, Func)
  8. def builtin[R, T1](name: String, p1: String)(eval: (EvalScope, FileScope, T1) ⇒ R)(implicit arg0: ReadWriter[R], arg1: ReadWriter[T1]): (String, Func)
  9. def builtin0[R](name: String, params: String*)(eval: (Array[Val], EvalScope, FileScope) ⇒ R)(implicit arg0: ReadWriter[R]): (String, Func)
  10. def builtinWithDefaults[R](name: String, params: (String, Option[Expr])*)(eval: (Map[String, Val], EvalScope) ⇒ R)(implicit arg0: ReadWriter[R]): (String, Func)

    Helper function that can define a built-in function with default parameters

    Helper function that can define a built-in function with default parameters

    Arguments of the eval function are (args, ev)

  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. val functions: Seq[(String, Func)]
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def scope(size: Int): ValScope
  22. def sortArr(ev: EvalScope, arr: Val, keyF: Val): Arr
  23. def stringChars(str: String): Arr
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def uniqArr(ev: EvalScope, arr: Val, keyF: Val): Arr
  27. def validate(vs: Array[Val], ev: EvalScope, fs: FileScope, rs: Array[ReadWriter[_]]): IndexedSeq[Any]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped