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

com.twitter.scalding.ILoopCompat.scala Maven / Gradle / Ivy

There is a newer version: 0.16.1-RC3
Show newest version
package com.twitter.scalding

import java.io.BufferedReader

import scala.tools.nsc.interpreter.ILoop
import scala.tools.nsc.interpreter.JPrintWriter

class ILoopCompat(in: Option[BufferedReader], out: JPrintWriter)
  extends ILoop(in, out)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy