harness.core
package harness.core
Members list
Concise view
Type members
Classlikes
object Color
object ColorString
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- ColorString.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Enum[E]trait Serializabletrait Comparable[E]class Objecttrait Matchableclass Any
- Self type
- E
object Enum
sealed abstract class HError(val userMessage: UserMessage, val internalMessage: String, val causes: List[Throwable]) extends Throwable
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
- class Multipleclass Singleclass ???class InternalDefectclass SystemFailureclass UserErrorclass Wrapped
object HError
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
object IndentedString
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- IndentedString.type
object InfiniteSet
Attributes
- Companion:
- trait
- Graph
- Supertypes
- trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- InfiniteSet.type
enum RunMode
Attributes
- Graph
- Supertypes
- trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
object StringDecoder
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- StringDecoder.type
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
object StringEncoder
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- StringEncoder.type
object Unapply
final case class Version(hasVPrefix: Boolean, numbers: NonEmptyList[Int], suffixOpt: Option[String])
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
object Version
Attributes
Attributes
- Graph
- Supertypes
- Known subtypes
- object Zip.type
Attributes
- Graph
- Supertypes
- Known subtypes
- trait ZipLowPriority1object Zip.type
trait ZipLowPriority3
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Value members
Concrete fields
Givens
Givens
Extensions
Extensions
extension [A, B](self: Either[A, B])
extension [A](self: Option[A])
extension (self: Duration)
extension (self: String)
extension (self: Double)
extension (self: Long)
def pluralizeOn(base: String, pluralSuffix: String, singularSuffix: String, addCommas: Boolean): String