Uses of Class
com.suse.salt.netapi.utils.Xor
-
Packages that use Xor Package Description com.suse.salt.netapi.calls.modules com.suse.salt.netapi.datatypes com.suse.salt.netapi.results com.suse.salt.netapi.utils -
-
Uses of Xor in com.suse.salt.netapi.calls.modules
Methods in com.suse.salt.netapi.calls.modules that return types with arguments of type Xor Modifier and Type Method Description static LocalCall<Map<String,Xor<Pkg.Info,List<Pkg.Info>>>>
Pkg. infoInstalledAllVersions(List<String> attributes, boolean reportErrors, String... packages)
Call 'pkg.info_installed' API.static LocalCall<Map<String,Change<Xor<String,List<Pkg.Info>>>>>
Pkg. install(boolean refresh, List<String> pkgs, List<String> attributes)
Call 'pkg.install' API.static LocalCall<Map<String,Change<Xor<String,List<Pkg.Info>>>>>
Pkg. install(boolean refresh, Map<String,String> pkgs, List<String> attributes)
Call 'pkg.install' API.static LocalCall<Map<String,List<Xor<String,Pkg.Info>>>>
Pkg. listPkgs(List<String> attributes)
Call 'pkg.list_pkgs' -
Uses of Xor in com.suse.salt.netapi.datatypes
Methods in com.suse.salt.netapi.datatypes that return Xor Modifier and Type Method Description Xor<Token,PasswordAuth>
AuthMethod. getInternal()
-
Uses of Xor in com.suse.salt.netapi.results
Methods in com.suse.salt.netapi.results that return Xor Modifier and Type Method Description Xor<SaltError,R>
Result. toXor()
Constructors in com.suse.salt.netapi.results with parameters of type Xor Constructor Description Result(Xor<SaltError,R> xor)
-
Uses of Xor in com.suse.salt.netapi.utils
Subclasses of Xor in com.suse.salt.netapi.utils Modifier and Type Class Description static class
Xor.Left<L,R>
Left branch of the Xorstatic class
Xor.Right<L,R>
Right branch of the XorMethods in com.suse.salt.netapi.utils that return Xor Modifier and Type Method 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)
<T> Xor<L,T>
Xor.Left. map(Function<? super R,? extends T> mapper)
abstract <T> Xor<L,T>
Xor. map(Function<? super R,? extends T> mapper)
<T> Xor<L,T>
Xor.Right. map(Function<? super R,? extends T> mapper)
Method parameters in com.suse.salt.netapi.utils with type arguments of type Xor Modifier and Type Method 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)
-