ToTypeProvider

io.bullet.borer.Output.ToTypeProvider
trait ToTypeProvider[T]

Responsible for providing an Output that produces instances of T.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ToByteArrayProvider.type
object ToByteBufferProvider.type
object ToUnitProvider.type

Members list

Type members

Types

type Out <: Output { type Result = T; }

Value members

Abstract methods

def apply(bufferSize: Int, allowBufferCaching: Boolean): Out