Package com.github.tonivade.purefun.core
Interface Operator1<T>
- All Superinterfaces:
Function1<T,,T> Function1Of<T,,T> Kind<Function1<T,,?>, T> Recoverable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Methods inherited from interface com.github.tonivade.purefun.core.Function1
andThen, apply, compose, dimap, flatMap, liftEither, liftFuture, liftId, liftLeft, liftOption, liftOptional, liftRight, liftTry, memoized, partial, run, sequence, streamMethods inherited from interface com.github.tonivade.purefun.core.Recoverable
sneakyThrow