Uses of Package
com.machinezoo.noexception.optional
-
Packages that use com.machinezoo.noexception.optional Package Description com.machinezoo.noexception Classes implementing all NoException features.com.machinezoo.noexception.optional Variations of standard functional interfaces that returnOptional
instead of the raw value. -
Classes in com.machinezoo.noexception.optional used by com.machinezoo.noexception Class Description OptionalBiFunction Variation ofBiFunction
that returnsOptional
instead of the raw value.OptionalBinaryOperator Variation ofBinaryOperator
that returnsOptional
instead of the raw value.OptionalBiPredicate Variation ofBiPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalBoolean A container object which may or may not contain aboolean
value.OptionalBooleanSupplier Variation ofBooleanSupplier
that returnsOptionalBoolean
instead of the raw value.OptionalComparator Variation ofComparator
that returnsOptionalInt
instead of the raw value.OptionalDoubleBinaryOperator Variation ofDoubleBinaryOperator
that returnsOptionalDouble
instead of the raw value.OptionalDoubleFunction Variation ofDoubleFunction
that returnsOptional
instead of the raw value.OptionalDoublePredicate Variation ofDoublePredicate
that returnsOptionalBoolean
instead of the raw value.OptionalDoubleSupplier Variation ofDoubleSupplier
that returnsOptionalDouble
instead of the raw value.OptionalDoubleToIntFunction Variation ofDoubleToIntFunction
that returnsOptionalInt
instead of the raw value.OptionalDoubleToLongFunction Variation ofDoubleToLongFunction
that returnsOptionalLong
instead of the raw value.OptionalDoubleUnaryOperator Variation ofDoubleUnaryOperator
that returnsOptionalDouble
instead of the raw value.OptionalFunction OptionalIntBinaryOperator Variation ofIntBinaryOperator
that returnsOptionalInt
instead of the raw value.OptionalIntFunction Variation ofIntFunction
that returnsOptional
instead of the raw value.OptionalIntPredicate Variation ofIntPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalIntSupplier Variation ofIntSupplier
that returnsOptionalInt
instead of the raw value.OptionalIntToDoubleFunction Variation ofIntToDoubleFunction
that returnsOptionalDouble
instead of the raw value.OptionalIntToLongFunction Variation ofIntToLongFunction
that returnsOptionalLong
instead of the raw value.OptionalIntUnaryOperator Variation ofIntUnaryOperator
that returnsOptionalInt
instead of the raw value.OptionalLongBinaryOperator Variation ofLongBinaryOperator
that returnsOptionalLong
instead of the raw value.OptionalLongFunction Variation ofLongFunction
that returnsOptional
instead of the raw value.OptionalLongPredicate Variation ofLongPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalLongSupplier Variation ofLongSupplier
that returnsOptionalLong
instead of the raw value.OptionalLongToDoubleFunction Variation ofLongToDoubleFunction
that returnsOptionalDouble
instead of the raw value.OptionalLongToIntFunction Variation ofLongToIntFunction
that returnsOptionalInt
instead of the raw value.OptionalLongUnaryOperator Variation ofLongUnaryOperator
that returnsOptionalLong
instead of the raw value.OptionalPredicate Variation ofPredicate
that returnsOptionalBoolean
instead of the raw value.OptionalSupplier OptionalToDoubleBiFunction Variation ofToDoubleBiFunction
that returnsOptionalDouble
instead of the raw value.OptionalToDoubleFunction Variation ofToDoubleFunction
that returnsOptionalDouble
instead of the raw value.OptionalToIntBiFunction Variation ofToIntBiFunction
that returnsOptionalInt
instead of the raw value.OptionalToIntFunction Variation ofToIntFunction
that returnsOptionalInt
instead of the raw value.OptionalToLongBiFunction Variation ofToLongBiFunction
that returnsOptionalLong
instead of the raw value.OptionalToLongFunction Variation ofToLongFunction
that returnsOptionalLong
instead of the raw value.OptionalUnaryOperator Variation ofUnaryOperator
that returnsOptional
instead of the raw value. -
Classes in com.machinezoo.noexception.optional used by com.machinezoo.noexception.optional Class Description OptionalBoolean A container object which may or may not contain aboolean
value.