All Downloads are FREE. Search and download functionalities are using the official Maven repository.

basis.data.Framer.scala Maven / Gradle / Ivy

The newest version!
//      ____              ___
//     / __ | ___  ____  /__/___      A library of building blocks
//    / __  / __ |/ ___|/  / ___|
//   / /_/ / /_/ /\__ \/  /\__ \      (c) 2012-2015 Chris Sachs
//  |_____/\_____\____/__/\____/      http://basis.reify.it

package basis.data

import basis._

trait Framer extends From[Nothing] with State[Any] with Writer {
  def expect(count: Long): this.type = this

  def state: State

  def clear(): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy