Mkohm/detekt-hint

View on GitHub
docs/io.github.mkohm.detekt.hint.rules/-interface-segregation-principle/index.md

Summary

Maintainability
Test Coverage
---
title: InterfaceSegregationPrinciple - 
---

[io.github.mkohm.detekt.hint.rules](../index.html) / [InterfaceSegregationPrinciple](./index.html)

# InterfaceSegregationPrinciple

`class InterfaceSegregationPrinciple : Rule`

Interface segregation principle rule

### Constructors

| [&lt;init&gt;](-init-.html) | `InterfaceSegregationPrinciple(config: Config = Config.empty)`<br>Interface segregation principle rule |

### Properties

| [issue](issue.html) | `val issue: Issue` |

### Functions

| [visitNamedFunction](visit-named-function.html) | `fun visitNamedFunction(function: KtNamedFunction): `[`Unit`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) |