ToValueProvider

io.bullet.borer.Output$.ToValueProvider

Responsible for providing an Output that outputs into the given value T.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ToFileProvider.type

Members list

Concise view

Type members

Types

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

Value members

Abstract methods

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