Package | Description |
---|---|
com.suse.salt.netapi.results | |
com.suse.salt.netapi.utils |
Modifier and Type | Method and Description |
---|---|
Xor<SaltError,R> |
Result.toXor() |
Constructor and Description |
---|
Result(Xor<SaltError,R> xor) |
Modifier and Type | Class and Description |
---|---|
static class |
Xor.Left<L,R>
Left branch of the Xor
|
static class |
Xor.Right<L,R>
Right branch of the Xor
|
Modifier and Type | Method and Description |
---|---|
abstract <T> Xor<? super L,T> |
Xor.flatMap(Function<? super R,Xor<? super L,T>> mapper) |
<T> Xor<? super L,T> |
Xor.Left.flatMap(Function<? super R,Xor<? super L,T>> mapper) |
<T> Xor<? super L,T> |
Xor.Right.flatMap(Function<? super R,Xor<? super L,T>> mapper) |
<T> Xor<T,R> |
Xor.Left.leftMap(Function<? super L,Xor<T,R>> mapper) |
<T> Xor<T,R> |
Xor.Right.leftMap(Function<? super L,Xor<T,R>> mapper) |
abstract <T> Xor<L,T> |
Xor.map(Function<? super R,? extends T> mapper) |
<T> Xor<L,T> |
Xor.Left.map(Function<? super R,? extends T> mapper) |
<T> Xor<L,T> |
Xor.Right.map(Function<? super R,? extends T> mapper) |
Modifier and Type | Method and Description |
---|---|
abstract <T> Xor<? super L,T> |
Xor.flatMap(Function<? super R,Xor<? super L,T>> mapper) |
<T> Xor<? super L,T> |
Xor.Left.flatMap(Function<? super R,Xor<? super L,T>> mapper) |
<T> Xor<? super L,T> |
Xor.Right.flatMap(Function<? super R,Xor<? super L,T>> mapper) |
<T> Xor<T,R> |
Xor.Left.leftMap(Function<? super L,Xor<T,R>> mapper) |
<T> Xor<T,R> |
Xor.Right.leftMap(Function<? super L,Xor<T,R>> mapper) |
Copyright © 2016. All rights reserved.