Uses of Interface
uk.co.terminological.rjava.utils.RStreams.ExceptionalFunction
Packages that use RStreams.ExceptionalFunction
-
Uses of RStreams.ExceptionalFunction in uk.co.terminological.rjava.utils
Methods in uk.co.terminological.rjava.utils with parameters of type RStreams.ExceptionalFunctionModifier and TypeMethodDescriptionstatic <T,R> Function<T, RStreams.Exceptional<R>> RStreams.deferError(RStreams.ExceptionalFunction<T, R> fn) deferError.<U> RStreams.Exceptional<U>RStreams.Exceptional.map(RStreams.ExceptionalFunction<? super T, ? extends U> mapper) If a value is present, returns anExceptionalcontaining the result of applying the given mapping function to the value, otherwise returns a failingExceptional.