ToValueProvider

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

class Object
trait Matchable
class Any
object ToFileProvider.type

Type members

Types

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

Value members

Abstract methods

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