package util
- Source
- package.scala
- Alphabetic
- By Inheritance
- util
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait ByteVectorInstances extends AnyRef
-
final
case class
ByteVectorWriter
(bv: ByteVector = ByteVector.empty, charset: java.nio.charset.Charset = StandardCharsets.UTF_8) extends Writer with Product with Serializable
Writer that will result in a
ByteVector
Writer that will result in a
ByteVector
- bv
initial ByteVector
- sealed class CaseInsensitiveString extends CharSequence
- final class CaseInsensitiveStringOps extends AnyVal
- trait CaseInsensitiveStringSyntax extends AnyRef
-
final
class
NonEmptyList
[+A] extends AnyRef
A singly-linked list that is guaranteed to be non-empty.
A singly-linked list that is guaranteed to be non-empty.
Forked from Scalaz 7.1 after moving past Scalaz 7.1 out of a desire to maintain one based on
List
. - trait NonEmptyListFunctions extends AnyRef
- sealed abstract class NonEmptyListInstances extends NonEmptyListInstances0
- sealed abstract class NonEmptyListInstances0 extends AnyRef
- trait OptionOps [A] extends AnyRef
- trait OptionSyntax extends AnyRef
-
trait
Renderable
extends Any
Mixin that makes a type writable by a Writer without needing a Renderer instance
-
trait
Renderer
[T] extends AnyRef
A type class that describes how to efficiently render a type
A type class that describes how to efficiently render a type
- T
the type which will be rendered
-
class
StringWriter
extends Writer
Writer that will result in a
String
- trait TaskFunctions extends AnyRef
-
trait
Writer
extends AnyRef
Efficiently accumulate Renderable representations
Value Members
-
def
bug(message: String): AssertionError
Constructs an assertion error with a reference back to our issue tracker.
Constructs an assertion error with a reference back to our issue tracker. Use only with head hung low.
-
def
decode(charset: Charset): Process1[ByteVector, String]
Temporary.
Temporary. Contribute back to scalaz-stream.
- object CaseInsensitiveString extends CaseInsensitiveStringSyntax
- object NonEmptyList extends NonEmptyListInstances with NonEmptyListFunctions
- object Renderable
- object Renderer
- object StringWriter
- object TrampolineExecutionContext extends AbstractExecutorService with ExecutionContextExecutorService
- object Writer
- object byteVector extends ByteVectorInstances
- object option extends OptionSyntax
- object string extends CaseInsensitiveStringSyntax
- object task extends TaskFunctions
- object threads