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

io.taig.android.util.syntax.file.scala Maven / Gradle / Ivy

The newest version!
package io.taig.android.util.syntax

import java.io.File

import io.taig.android.util.operation

import scala.language.implicitConversions

trait file {
  implicit def utilFileSyntax(file: File): operation.file = {
    new operation.file(file)
  }
}

object file extends file




© 2015 - 2025 Weber Informatics LLC | Privacy Policy