Created
January 9, 2022 20:47
-
-
Save coreyoconnor/f6842299315b19428434bc0644013b93 to your computer and use it in GitHub Desktop.
var$macro$74$lzy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lazy <artifact> val var$macro$74$lzy: scala.runtime.LazyRef[zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity]] = new scala.runtime.LazyRef[zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity]](); | |
<artifact> private def var$macro$74$lzycompute(): zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity] = var$macro$74$lzy.synchronized[zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity]](if (var$macro$74$lzy.initialized()) | |
var$macro$74$lzy.value() | |
else | |
var$macro$74$lzy.initialize({ | |
<artifact> val x$1: zio.Chunk[Nothing] @scala.reflect.internal.annotations.uncheckedBounds = zio.Chunk.empty(); | |
<artifact> val x$2: zio.schema.Schema.Field[String] @scala.reflect.internal.annotations.uncheckedBounds = new zio.schema.Schema.Field[String]("id", zio.schema.Schema.defer[String]({ | |
final <artifact> def $anonfun$asldjkaslkdj(): zio.schema.Schema[String] = schema.this.Schema.primitive[String](schema.this.StandardType.StringType); | |
(() => $anonfun$asldjkaslkdj()) | |
}), zio.schema.Schema.Field.apply$default$3[Nothing]()); | |
<artifact> val x$3: zio.schema.Schema.Field[String] @scala.reflect.internal.annotations.uncheckedBounds = new zio.schema.Schema.Field[String]("provider", zio.schema.Schema.defer[String]({ | |
final <artifact> def $anonfun$asldjkaslkdj(): zio.schema.Schema[String] = schema.this.Schema.primitive[String](schema.this.StandardType.StringType); | |
(() => $anonfun$asldjkaslkdj()) | |
}), zio.schema.Schema.Field.apply$default$3[Nothing]()); | |
<artifact> val x$4: (String, String) => glngn.server.model.Identity @scala.reflect.internal.annotations.uncheckedBounds = { | |
final <artifact> def $anonfun$asldjkaslkdj(_0: String, _1: String): glngn.server.model.Identity = new glngn.server.model.Identity(_0, _1); | |
((_0: String, _1: String) => $anonfun$asldjkaslkdj(_0, _1)) | |
}; | |
<artifact> val x$5: glngn.server.model.Identity => String @scala.reflect.internal.annotations.uncheckedBounds = { | |
final <artifact> def $anonfun$asldjkaslkdj(t: glngn.server.model.Identity): String = t.id(); | |
((t: glngn.server.model.Identity) => $anonfun$asldjkaslkdj(t)) | |
}; | |
<artifact> val x$6: glngn.server.model.Identity => String @scala.reflect.internal.annotations.uncheckedBounds = { | |
final <artifact> def $anonfun$asldjkaslkdj(t: glngn.server.model.Identity): String = t.provider(); | |
((t: glngn.server.model.Identity) => $anonfun$asldjkaslkdj(t)) | |
}; | |
new zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity](x$2, x$3, x$4, x$5, x$6, x$1) | |
})); | |
lazy def var$macro$74(): zio.schema.Schema.CaseClass2[String,String,glngn.server.model.Identity] = if (var$macro$74$lzy.initialized()) | |
var$macro$74$lzy.value() | |
else | |
var$macro$74$lzycompute(); | |
var$macro$74() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment