MapModule
Add<TKey, T>(TKey, T, FSharpMap<TKey, T>)
Change<TKey, T>(TKey, FSharpFunc<FSharpOption<T>, FSharpOption<T>>, FSharpMap<TKey, T>)
ContainsKey<TKey, T>(TKey, FSharpMap<TKey, T>)
Count<TKey, T>(FSharpMap<TKey, T>)
Empty<TKey, T>()
Exists<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Boolean>>, FSharpMap<TKey, T>)
Filter<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Boolean>>, FSharpMap<TKey, T>)
Find<TKey, T>(TKey, FSharpMap<TKey, T>)
FindKey<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Boolean>>, FSharpMap<TKey, T>)
Fold<TKey, T, TState>(FSharpFunc<TState, FSharpFunc<TKey, FSharpFunc<T, TState>>>, TState, FSharpMap<TKey, T>)
FoldBack<TKey, T, TState>(FSharpFunc<TKey, FSharpFunc<T, FSharpFunc<TState, TState>>>, FSharpMap<TKey, T>, TState)
ForAll<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Boolean>>, FSharpMap<TKey, T>)
IsEmpty<TKey, T>(FSharpMap<TKey, T>)
Iterate<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Unit>>, FSharpMap<TKey, T>)
Keys<TKey, T>(FSharpMap<TKey, T>)
Map<TKey, T, TResult>(FSharpFunc<TKey, FSharpFunc<T, TResult>>, FSharpMap<TKey, T>)
MaxKeyValue<TKey, T>(FSharpMap<TKey, T>)
MinKeyValue<TKey, T>(FSharpMap<TKey, T>)
OfArray<TKey, T>(Tuple<TKey, T>[])
OfList<TKey, T>(FSharpList<Tuple<TKey, T>>)
OfSeq<TKey, T>(IEnumerable<Tuple<TKey, T>>)
Partition<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Boolean>>, FSharpMap<TKey, T>)
Pick<TKey, T, TResult>(FSharpFunc<TKey, FSharpFunc<T, FSharpOption<TResult>>>, FSharpMap<TKey, T>)
Remove<TKey, T>(TKey, FSharpMap<TKey, T>)
ToArray<TKey, T>(FSharpMap<TKey, T>)
ToList<TKey, T>(FSharpMap<TKey, T>)
ToSeq<TKey, T>(FSharpMap<TKey, T>)
TryFind<TKey, T>(TKey, FSharpMap<TKey, T>)
TryFindKey<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, Boolean>>, FSharpMap<TKey, T>)
TryPick<TKey, T, TResult>(FSharpFunc<TKey, FSharpFunc<T, FSharpOption<TResult>>>, FSharpMap<TKey, T>)
Values<TKey, T>(FSharpMap<TKey, T>)
net10.0-windows7.0
namespace Microsoft.FSharp.Collections
{
[CompilationMapping(SourceConstructFlags.Module)]
[CompilationRepresentation(CompilationRepresentationFlags.ModuleSuffix)]
[RequireQualifiedAccess]
public static class MapModule
{
[CompilationArgumentCounts(new[] { 1, 1 })]
[CompilationSourceName("findKey")]
public static TKey FindKey<TKey, T>(FSharpFunc<TKey, FSharpFunc<T, bool>> predicate, FSharpMap<TKey, T> table);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a FSharp.Core , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | FSharp.Core (9.0.300-beta.25160.5) netstandard2.1 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API