Uses of Class
org.opencastproject.util.data.Function2
Packages that use Function2
Package
Description
Utility classes for dealing with media packages, collections, URLs, files, and streams.
-
Uses of Function2 in org.opencastproject.mediapackage
Methods in org.opencastproject.mediapackage with parameters of type Function2Modifier and TypeMethodDescriptionAdaptivePlaylist.HLSMediaPackageCheck.rewriteHLS(MediaPackage mp, Function2<File, Track, Track> replaceTrackFileInWS, Function<Track, Void> removeFromWS) Rewrite the playlist file from master on down, this has to be done in multiple steps because the act of putting a file into a collection changes the path and new path is not known in advance. -
Uses of Function2 in org.opencastproject.util
Methods in org.opencastproject.util with parameters of type Function2 -
Uses of Function2 in org.opencastproject.util.data
Subclasses of Function2 in org.opencastproject.util.dataModifier and TypeClassDescriptionclassEffect2<A,B> Run a side effect.static classFunction2.X<A,B, C> Version ofFunction2that allows for throwing a checked exception.Methods in org.opencastproject.util.data that return Function2Methods in org.opencastproject.util.data with parameters of type Function2Modifier and TypeMethodDescriptionabstract Monadics.IteratorMonadic<A> Apply side effecteto each element.abstract <B> BFold the list from left to right applying binary operatorfstarting withzero.abstract <B> Monadics.IteratorMonadic<B> Applyfto each element.abstract AReduce the list from left to right applying binary operatorf. -
Uses of Function2 in org.opencastproject.util.data.functions
Methods in org.opencastproject.util.data.functions that return Function2Modifier and TypeMethodDescriptionstatic <A,B, C> Function2 <B, A, C> Flip arguments of a function of arity 2.static <A,B, C> Function2 <A, B, C> Uncurry to a function of arity 2. a -gt; b -gt; c =gt; (a, b) -gt; cMethods in org.opencastproject.util.data.functions with parameters of type Function2