AS
def stuff_3[F[_]: MonadError[*[_], Throwable]] = ???
Size: a a a
AS
def stuff_3[F[_]: MonadError[*[_], Throwable]] = ???
ОД
VV
AT
𝛈µ
Oℕ
𝛈µ
DG
StorageActor.scala 164 36 warning bloop: non-variable type argument peer.application.PersistedDataStoreValue in type pattern scala.util.Success[peer.application.PersistedDataStoreValue] is unchecked since it is eliminated by erasure (lsp)
DG
List[Try[Any]]
и я делаюresponses
.collect { case x: Success[PersistedDataStoreValue] => x.get }
Oℕ
DG
List[Try[Any]]
но другие Success'ы не могут попадаться, но типами не защищенноPM
List[Try[Any]]
и я делаюresponses
.collect { case x: Success[PersistedDataStoreValue] => x.get }
case Success(x) => x
PM
Oℕ
List[Try[Any]]
но другие Success'ы не могут попадаться, но типами не защищенноPM
DG
PM
PM
DG