public interface Priority1StepConverters extends Priority2StepConverters
Modifier and Type | Method and Description |
---|---|
<A> RichArrayCanStep<A> |
richArrayCanStep(java.lang.Object underlying) |
RichBitSetCanStep |
richBitSetCanStep(scala.collection.BitSet underlying) |
<K,V> RichDefaultHashTableCanStep<K,V> |
richDefaultHashTableCanStep(scala.collection.mutable.HashTable<K,scala.collection.mutable.DefaultEntry<K,V>> underlying) |
<A> RichFlatHashTableCanStep<A> |
richFlatHashTableCanStep(scala.collection.mutable.FlatHashTable<A> underlying) |
<K,V> RichImmHashMapCanStep<K,V> |
richImmHashMapCanStep(scala.collection.immutable.HashMap<K,V> underlying) |
<A> RichImmHashSetCanStep<A> |
richImmHashSetCanStep(scala.collection.immutable.HashSet<A> underlying) |
<A> RichIteratorCanStep<A> |
richIteratorCanStep(scala.collection.Iterator<A> underlying) |
<K,V> RichLinkedHashTableCanStep<K,V> |
richLinkedHashTableCanStep(scala.collection.mutable.HashTable<K,scala.collection.mutable.LinkedEntry<K,V>> underlying) |
<T> RichNumericRangeCanStep<T> |
richNumericRangeCanStep(scala.collection.immutable.NumericRange<T> underlying) |
RichRangeCanStep<scala.runtime.Nothing$> |
richRangeCanStep(scala.collection.immutable.Range underlying) |
RichStringCanStep |
richStringCanStep(java.lang.String underlying) |
<A> RichVectorCanStep<A> |
richVectorCanStep(scala.collection.immutable.Vector<A> underlying) |
<A> RichArrayCanStep<A> |
richWrappedArrayCanStep(scala.collection.mutable.WrappedArray<A> underlying) |
richIndexedSeqCanStep, richLinearSeqCanStep
richIterableCanStep, richMapCanStep
<A> RichArrayCanStep<A> richArrayCanStep(java.lang.Object underlying)
RichBitSetCanStep richBitSetCanStep(scala.collection.BitSet underlying)
<K,V> RichDefaultHashTableCanStep<K,V> richDefaultHashTableCanStep(scala.collection.mutable.HashTable<K,scala.collection.mutable.DefaultEntry<K,V>> underlying)
<A> RichFlatHashTableCanStep<A> richFlatHashTableCanStep(scala.collection.mutable.FlatHashTable<A> underlying)
<K,V> RichImmHashMapCanStep<K,V> richImmHashMapCanStep(scala.collection.immutable.HashMap<K,V> underlying)
<A> RichImmHashSetCanStep<A> richImmHashSetCanStep(scala.collection.immutable.HashSet<A> underlying)
<A> RichIteratorCanStep<A> richIteratorCanStep(scala.collection.Iterator<A> underlying)
<K,V> RichLinkedHashTableCanStep<K,V> richLinkedHashTableCanStep(scala.collection.mutable.HashTable<K,scala.collection.mutable.LinkedEntry<K,V>> underlying)
<T> RichNumericRangeCanStep<T> richNumericRangeCanStep(scala.collection.immutable.NumericRange<T> underlying)
RichRangeCanStep<scala.runtime.Nothing$> richRangeCanStep(scala.collection.immutable.Range underlying)
RichStringCanStep richStringCanStep(java.lang.String underlying)
<A> RichVectorCanStep<A> richVectorCanStep(scala.collection.immutable.Vector<A> underlying)
<A> RichArrayCanStep<A> richWrappedArrayCanStep(scala.collection.mutable.WrappedArray<A> underlying)