Uses of Annotation Type
ru.progrm_jarvis.javacommons.util.TypeHints.TypeHint
Packages that use TypeHints.TypeHint
Package
Description
Helpers and sum-types for
most generic purposes.Various extensions for
common Java utilities.-
Uses of TypeHints.TypeHint in ru.progrm_jarvis.javacommons.object
Method parameters in ru.progrm_jarvis.javacommons.object with annotations of type TypeHints.TypeHintModifier and TypeMethodDescriptionResult.tryGet(@NonNull ThrowingSupplier<? extends T, ? extends X> supplier, @Nullable X @NonNull ... throwableTypeHint) Creates a result by getting the value of the specified supplier.Result.tryRun(@NonNull ThrowingRunnable<? extends X> runnable, @Nullable X @NonNull ... throwableTypeHint) Creates a result by running the specified runnable. -
Uses of TypeHints.TypeHint in ru.progrm_jarvis.javacommons.util
Method parameters in ru.progrm_jarvis.javacommons.util with annotations of type TypeHints.TypeHint -
Uses of TypeHints.TypeHint in ru.progrm_jarvis.javacommons.util.stream
Method parameters in ru.progrm_jarvis.javacommons.util.stream with annotations of type TypeHints.TypeHintModifier and TypeMethodDescriptionEnumCollectors.toEnumMap(@NonNull Function<E, V> valueMapper, @NonNull BinaryOperator<V> merger, @Nullable E @NonNull ... typeHint) EnumCollectors.toEnumMap(@NonNull Function<T, E> keyMapper, @NonNull Function<T, V> valueMapper, @NonNull BinaryOperator<V> merger, @Nullable E @NonNull ... typeHint) EnumCollectors.toEnumSet(@Nullable E @NonNull ... typeHint)