notNull

val <T, S> Optional<T, S?>.notNull: Optional<T, S>

DSL to compose an Optional with focus on a nullable type with notNull.

Receiver

Optional, Lens, or Prism with a focus in <S?>

Return

Optional with a focus in S


val <T, S> Traversal<T, S?>.notNull: Traversal<T, S>

DSL to compose a Traversal with focus on a nullable type with notNull.

Receiver

Traversal with a focus in <S?>

Return

Traversal with a focus in S