arrow-core / arrow.core.extensions / Tuple7Order
interface ~~Tuple7Order~~<A, B, C, D, E, F, G> : Order<Tuple7<A, B, C, D, E, F, G>>
Deprecated: Order is deprecated in favor of compareTo(), since Kotlin’s Std doesn’t take Order into account
| compare | open fun Tuple7<A, B, C, D, E, F, G>.compare(other: Tuple7<A, B, C, D, E, F, G>): Ordering | 
    
| OA | abstract fun OA(): Order<A> | 
    
| OB | abstract fun OB(): Order<B> | 
    
| OC | abstract fun OC(): Order<C> | 
    
| OD | abstract fun OD(): Order<D> | 
    
| OE | abstract fun OE(): Order<E> | 
    
| OF | abstract fun OF(): Order<F> | 
    
| OG | abstract fun OG(): Order<G> | 
    
Do you like Arrow?
✖