Uses of Interface
com.remondis.propertypath.api.GetAndApply
-
Packages that use GetAndApply Package Description com.remondis.propertypath.api com.remondis.propertypath.impl -
-
Uses of GetAndApply in com.remondis.propertypath.api
Methods in com.remondis.propertypath.api that return GetAndApply Modifier and Type Method Description <X> GetAndApply<I,O,X,E>Get. andApply(java.util.function.Function<O,X> mapping)Specifies a mapping function that is applied if the getter returned a non-null value.Methods in com.remondis.propertypath.api with parameters of type GetAndApply Modifier and Type Method Description static <I,O,T,E extends java.lang.Exception>
AssertGetterAndApplyBuilder<I,O,T,E>AssertGetter. of(GetAndApply<I,O,T,E> getter)Creates a new builder to assert the property path of a specifiedGetinstance. -
Uses of GetAndApply in com.remondis.propertypath.impl
Classes in com.remondis.propertypath.impl that implement GetAndApply Modifier and Type Class Description classGetAndApplyImpl<I,O,T,E extends java.lang.Exception>Methods in com.remondis.propertypath.impl that return GetAndApply Modifier and Type Method Description <X> GetAndApply<I,T,X,E>GetAndApplyImpl. andApply(java.util.function.Function<T,X> mapping)<X> GetAndApply<I,O,X,E>GetImpl. andApply(java.util.function.Function<O,X> mapping)Constructors in com.remondis.propertypath.impl with parameters of type GetAndApply Constructor Description AssertGetterBuilderImpl(GetAndApply<I,O,T,E> getter)
-