J.File.Store

object Store extends Ref.Custom.Type[Store, FileStore]
class Ref.Custom.Type[Store, FileStore]
class Object
trait Matchable
class Any

Def

def apply(v: FileStore): Store
override def info(v: Store): Info
Definition Classes
Source
Store.scala
def label: String
def name: String

Inherited

final def isRef: Boolean
Inherited from
Type
Source
Type.scala
def isVoid(v: Store): Boolean

Void check

Void check

Override this method to define which instances of this type are void

By default this method always returns false

If type supports void instances, then following inmpelentation should be added in most cases:

 implicit inline def xxRequest(inline v: \/) : <type> = <return void>
Inherited from
Type
Source
Type.scala
val name: String
Inherited from
Type
Source
Type.scala
inline def real: FileStore
Inherited from
Type
Source
Type.scala
def tag(v: Store): String

Type to String

Type to String

Override this method to provide type standard convertion to String

Inherited from
Type
Source
Type.scala