RefTypeZoneOffset

borscht.typed.types.RefTypeZoneOffset$
object RefTypeZoneOffset extends RefTypePlain[ZoneOffset]

Attributes

Graph
Supertypes
trait RefTypePlain[ZoneOffset]
trait Node => Ref[_]
trait AbstractRefType[Unit]
trait RefType
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

def andThen[A](g: Ref[_] => A): T1 => A

Attributes

Inherited from:
Function1
override def apply(node: Node): Ref[T]

Attributes

Definition Classes
RefTypePlain -> Function1
Inherited from:
RefTypePlain
def compose[A](g: A => Node): A => R

Attributes

Inherited from:
Function1
override protected def create(nothing: Unit): () => Ref[_]

Attributes

Definition Classes
Inherited from:
RefTypeParameterless
override def parser(parameters: List[() => Ref[_]]): Either[String, () => Ref[_]]

Attributes

Definition Classes
Inherited from:
AbstractRefType
override protected def prepare(parameters: List[() => Ref[_]]): Either[String, Unit]

Attributes

Definition Classes
Inherited from:
RefTypeParameterless
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1