IzZip

izumi.fundamentals.platform.files.IzZip$
object IzZip

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IzZip.type

Members list

Concise view

Type members

Classlikes

final case class ZE(name: String, file: Path)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def findInZips(zips: Seq[File], predicate: Path => Boolean): Iterable[(Path, String)]
def zip(out: Path, files: Iterable[ZE]): Unit