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

io.kaizensolutions.virgil.internal.PullMode.scala Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package io.kaizensolutions.virgil.internal

sealed private[virgil] trait PullMode
object PullMode {
  type All = All.type
  private[virgil] case object All              extends PullMode
  private[virgil] case class TakeUpto(n: Long) extends PullMode
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy