io
.
parsek
PError
Related Docs:
object PError
|
package parsek
case class
PError
(
errors:
NonEmptyList
[
Throwable
]
)
extends
PResult
[
Nothing
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
PResult
[
Nothing
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PError
Serializable
Serializable
Product
Equals
PResult
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
PError
(
errors:
NonEmptyList
[
Throwable
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
bimap
[
B
]
(
fe: (
ThrowableNel
) ⇒
ThrowableNel
,
fa: (
Nothing
) ⇒
B
)
:
PResult
[
B
]
Definition Classes
PResult
Annotations
@inline
()
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
combine
[
AA >:
Nothing
]
(
that:
PResult
[
AA
]
)
(
implicit
AA:
Semigroup
[
AA
]
)
:
PResult
[
AA
]
Definition Classes
PResult
Annotations
@inline
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
error
:
Throwable
def
errorMap
(
fe: (
ThrowableNel
) ⇒
ThrowableNel
)
:
PResult
[
Nothing
]
Definition Classes
PResult
Annotations
@inline
()
val
errors
:
NonEmptyList
[
Throwable
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMap
[
B
]
(
fa: (
Nothing
) ⇒
PResult
[
B
]
)
:
PResult
[
B
]
Definition Classes
PResult
Annotations
@inline
()
def
flatMapIn
[
B
]
(
fa:
PartialFunction
[
Nothing
,
PResult
[
B
]]
)
:
PResult
[
B
]
Definition Classes
PResult
Annotations
@inline
()
def
fold
[
B
]
(
fe: (
ThrowableNel
) ⇒
B
,
fa: (
Nothing
) ⇒
B
)
:
B
Definition Classes
PResult
Annotations
@inline
()
def
foreach
(
f: (
Nothing
) ⇒
Unit
)
:
Unit
Definition Classes
PResult
Annotations
@inline
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOrElse
[
B >:
Nothing
]
(
default: ⇒
B
)
:
B
Definition Classes
PResult
Annotations
@inline
()
val
isError
:
Boolean
Definition Classes
PError
→
PResult
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
map
[
B
]
(
fa: (
Nothing
) ⇒
B
)
:
PResult
[
B
]
Definition Classes
PResult
Annotations
@inline
()
def
mapIn
[
B
]
(
fa:
PartialFunction
[
Nothing
,
B
]
)
:
PResult
[
B
]
Definition Classes
PResult
Annotations
@inline
()
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
orElse
[
B >:
Nothing
]
(
alternative: ⇒
PResult
[
B
]
)
:
PResult
[
B
]
Definition Classes
PResult
Annotations
@inline
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toEither
:
Either
[
Throwable
,
Nothing
]
Definition Classes
PResult
Annotations
@inline
()
def
toEitherNel
:
Either
[
NonEmptyList
[
Throwable
],
Nothing
]
Definition Classes
PResult
Annotations
@inline
()
def
toOption
:
Option
[
Nothing
]
Definition Classes
PResult
Annotations
@inline
()
def
unsafe
:
Nothing
Definition Classes
PResult
Annotations
@inline
()
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withWarning
(
error:
Throwable
)
:
PResult
[
Nothing
]
Definition Classes
PResult
def
withWarnings
(
errors:
Seq
[
Throwable
]
)
:
PResult
[
Nothing
]
Definition Classes
PResult
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
PResult
[
Nothing
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped