Uses of Interface
org.midheaven.lang.Maybe
Packages that use Maybe
Package
Description
-
Uses of Maybe in org.midheaven.collections
Methods in org.midheaven.collections that return MaybeModifier and TypeMethodDescriptionEnumerable.first()Performs first.Sequence.first()Performs first.Sequence.getAt(int index) Returns get At.Returns get At.Returns get Value.Sequence.last()Performs last.Enumerable.maximum(Comparator<T> comparator) Performs maximum.Enumerable.minimum(Comparator<T> comparator) Performs minimum.Enumerable.reduce(BiFunction<T, T, T> accumulator) Reduce theEnumerableto a single value by operating between each element.ResizableSequence.removeAt(int index) Performs remove At.Removes the key and the associated value.Replaces the element at the given index, with the given elementReplaces the element at the given index, with the given elementReplaces the element at index 0, with the given elementReplaces the element at the last index, with the given element -
Uses of Maybe in org.midheaven.culture
Methods in org.midheaven.culture that return Maybe -
Uses of Maybe in org.midheaven.keys
Methods in org.midheaven.keys that return Maybe -
Uses of Maybe in org.midheaven.lang
Methods in org.midheaven.lang that return MaybeModifier and TypeMethodDescriptionPerforms filled.Strings.Splitter.first()<R> Maybe<R> <R,S> Maybe <R> Maybe.flatZip(Maybe<S> other, BiFunction<T, S, Maybe<R>> calculation) static <X> Maybe<X> Creates an instance from the provided source.Strings.Splitter.last()<R> Maybe<R> static <T extends Comparable<T>>
Maybe<T> Performs max.static <T> Maybe<T> Comparables.max(Comparator<T> comparator, Iterable<T> elements) Performs max.static <T extends Comparable<T>>
Maybe<T> Performs min.static <T> Maybe<T> Comparables.min(Comparator<T> comparator, Iterable<T> elements) Performs min.static <X> Maybe<X> Maybe.none()Performs none.static <X> Maybe<X> Maybe.of(X value) Creates an instance from the provided value.<R> Maybe<R> Transforms the value T to type R.static <X> Maybe<X> Maybe.some(X value) Performs some.Performs tryParse.<R,S> Maybe <R> Maybe.zip(Maybe<S> other, BiFunction<T, S, R> calculation) Methods in org.midheaven.lang with parameters of type MaybeModifier and TypeMethodDescription<R,S> Maybe <R> Maybe.flatZip(Maybe<S> other, BiFunction<T, S, Maybe<R>> calculation) <R,S> Maybe <R> Maybe.zip(Maybe<S> other, BiFunction<T, S, R> calculation) Method parameters in org.midheaven.lang with type arguments of type Maybe -
Uses of Maybe in org.midheaven.lang.reflection
Methods in org.midheaven.lang.reflection that return MaybeModifier and TypeMethodDescriptionPerforms get.Performs get.Returns get Value.Mirror.parameterizedType()Performs parameterizedType.Performs reflect.Performs reflect. -
Uses of Maybe in org.midheaven.math
Methods in org.midheaven.math that return Maybe