Uses of Annotation Interface
com.github.tonivade.purefun.Nullable
Packages that use Nullable
Package
Description
-
Uses of Nullable in com.github.tonivade.purefun.concurrent
Fields in com.github.tonivade.purefun.concurrent with annotations of type Nullable -
Uses of Nullable in com.github.tonivade.purefun.effect
Fields in com.github.tonivade.purefun.effect with annotations of type NullableMethods in com.github.tonivade.purefun.effect with annotations of type NullableMethod parameters in com.github.tonivade.purefun.effect with annotations of type NullableModifier and TypeMethodDescriptionPureIO.accessM(R env, PureIO.AccessM<R, E, A> accessM) PureIO.executeAsync(R env, PureIO.Async<R, E, A> current, PureIOConnection connection, Promise<Either<E, A>> promise) default voiddefault voidPureIO.provideAsync(R env, Executor executor, Consumer1<? super Try<? extends Either<E, A>>> callback) PureIO.runAsync(R env, Kind<PureIO<R, E, ?>, A> current, PureIOConnection connection) PureIO.runAsync(R env, Kind<PureIO<R, E, ?>, A> current, PureIOConnection connection, CallStack<R, E, A> stack, Promise<Either<E, A>> promise) private static <R,E, A> void PureIO.setCancelToken(R env, PureIO.Async<R, E, A> current, PureIOConnection connection, Promise<Either<E, A>> promise) PureIO.unwrap(R env, Kind<PureIO<R, E, ?>, A> current, CallStack<R, F, B> stack, Function1<Kind<PureIO<R, E, ?>, ? extends A>, Kind<PureIO<R, F, ?>, ? extends B>> next) Constructor parameters in com.github.tonivade.purefun.effect with annotations of type Nullable -
Uses of Nullable in com.github.tonivade.purefun.monad
Fields in com.github.tonivade.purefun.monad with annotations of type NullableMethods in com.github.tonivade.purefun.monad with annotations of type NullableConstructor parameters in com.github.tonivade.purefun.monad with annotations of type Nullable -
Uses of Nullable in com.github.tonivade.purefun.processor
Method parameters in com.github.tonivade.purefun.processor with annotations of type NullableModifier and TypeMethodDescriptionprivate JavaFileObjectHigherKindProcessor.createFile(String packageName, String className) private voidHigherKindProcessor.generate1(PrintWriter writer, String packageName, String className, String typeOfName, List<? extends TypeParameterElement> list) private voidHigherKindProcessor.generate2(PrintWriter writer, String packageName, String className, String typeOfName, List<? extends TypeParameterElement> list) private voidHigherKindProcessor.generate3(PrintWriter writer, String packageName, String className, String typeOfName, List<? extends TypeParameterElement> list) private voidHigherKindProcessor.writeTypeOf(String packageName, String className, String typeOfName, List<? extends TypeParameterElement> types) -
Uses of Nullable in com.github.tonivade.purefun.type
Methods in com.github.tonivade.purefun.type with annotations of type NullableModifier and TypeMethodDescriptiondefault REither.getOrElseNull()default TOption.getOrElseNull()default TTry.getOrElseNull()default TValidation.getOrElseNull()Method parameters in com.github.tonivade.purefun.type with annotations of type Nullable