Uses of Class
org.assertj.core.api.AbstractOptionalAssert
Packages that use AbstractOptionalAssert
-
Uses of AbstractOptionalAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractOptionalAssertModifier and TypeClassDescriptionclassAbstractOptionalAssert<SELF extends AbstractOptionalAssert<SELF,VALUE>, VALUE> Assertions forOptional.Subclasses of AbstractOptionalAssert in org.assertj.core.apiMethods in org.assertj.core.api that return AbstractOptionalAssertModifier and TypeMethodDescription<U> AbstractOptionalAssert<?, U> CallflatMapon theOptionalunder test, assertions chained afterwards are performed on theOptionalresulting from the flatMap call.<U> AbstractOptionalAssert<?, U> Callmapon theOptionalunder test, assertions chained afterwards are performed on theOptionalresulting from the map call.