[]
Creates a coder for objects with a value which shouldn't be written is satisfies the condition.
public static Coders.Coder<T> SkipOnWriteIf<T>(this Coders.Coder<T> coder, Func<T, bool> skipCondition)
Type | Name | Description |
---|---|---|
Coders.Coder<T> | coder | |
Func<T, bool> | skipCondition |
Type | Description |
---|---|
Coders.Coder<T> |
Name | Description |
---|---|
T |