Uses of Class
org.assertj.core.api.AbstractOptionalAssert
-
Packages that use AbstractOptionalAssert Package Description org.assertj.core.api -
-
Uses of AbstractOptionalAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractOptionalAssert Modifier and Type Class Description classAbstractOptionalAssert<SELF extends AbstractOptionalAssert<SELF,VALUE>,VALUE>Assertions forOptional.Subclasses of AbstractOptionalAssert in org.assertj.core.api Modifier and Type Class Description classOptionalAssert<VALUE>Assertions forOptional.Methods in org.assertj.core.api that return AbstractOptionalAssert Modifier and Type Method Description <U> AbstractOptionalAssert<?,U>AbstractOptionalAssert. flatMap(Function<? super VALUE,Optional<U>> mapper)CallflatMapon theOptionalunder test, assertions chained afterwards are performed on theOptionalresulting from the flatMap call.<U> AbstractOptionalAssert<?,U>AbstractOptionalAssert. map(Function<? super VALUE,? extends U> mapper)Callmapon theOptionalunder test, assertions chained afterwards are performed on theOptionalresulting from the map call.
-