Packages

object Existence

Companion object for Existence that provides implicit implementations for java.io.File.

Source
Existence.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Existence
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def existenceOfFile[FILE <: File]: Existence[FILE]

    Enable Existence implementation for java.io.File

    Enable Existence implementation for java.io.File

    FILE

    any subtype of java.io.File

    returns

    Existence[FILE] that supports java.io.File in exist syntax