Uses of Class
fj.Show
Packages that use Show
Package
Description
Types that set the premise for the existence of Functional Java.
Common algebraic data types.
Type-safe, extensible, heterogeneous lists
-
Uses of Show in fj
Modifier and TypeFieldDescriptionstatic final Show<BigDecimal> Show.bigdecimalShowA show instance for theBigDecimaltype.static final Show<BigInteger> Show.bigintShowA show instance for theBigIntegertype.Show.bitSetShowShow.booleanShowA show instance for thebooleantype.Show.byteShowA show instance for thebytetype.Show.charShowA show instance for thechartype.Show.doubleShowA show instance for thedoubletype.Show.floatShowA show instance for thefloattype.static final Show<HList.HNil> Show.HListShowA show instance for the empty heterogeneous Stream.Show.intShowA show instance for theinttype.static final Show<LazyString> Show.lazyStringShowA show instance for lazy strings.Show.longShowA show instance for thelongtype.Show.naturalShowA show instance for natural numbers.Show.shortShowA show instance for theshorttype.static final Show<StringBuffer> Show.stringBufferShowA show instance for theStringBuffertype.static final Show<StringBuilder> Show.stringBuilderShowA show instance for theStringBuildertype.Show.stringShowA show instance for theStringtype.Modifier and TypeMethodDescriptionstatic <A> Show<A> Show.anyShow()Returns a show instance that usesObject.toString()to perform the display rendering.A show instance for theArraytype.Show.classShow()A show instance for theClasstype.<B> Show<B> Maps the given function across this show as a contra-variant functor.Show.either3Show(Show<A> sa, Show<B> sb, Show<C> sc) Show.eitherShow(Show<A> sa, Show<B> sb) A show instance for theEithertype.static <V,A> Show <FingerTree<V, A>> Show.fingerTreeShow(Show<V> sv, Show<A> sa) Show.hamtNodeShow(Show<K> sk, Show<V> sv) static <K,V> Show <HashArrayMappedTrie<K, V>> static <E, L extends HList<L>>
Show<HList.HCons<E, L>> A show instance for heterogeneous Streams.A show instance for theStreamtype.static <A> Show<NonEmptyList<A>> Show.nonEmptyListShow(Show<A> sa) A show instance for theNonEmptyListtype.Show.optionShow(Show<A> sa) A show instance for theOptiontype.A show instance for thetuple-1type.Show.p1ShowEager(Show<A> sa) Show.p1ShowLazy(Show<A> sa) A show instance for thetuple-2type in the style of a mapping from A to B.A show instance for thetuple-2type.A show instance for thetuple-2type.A show instance for thetuple-3type.A show instance for thetuple-4type.A show instance for thetuple-5type.A show instance for thetuple-6type.A show instance for thetuple-7type.Show.p8Show(Show<A> sa, Show<B> sb, Show<C> sc, Show<D> sd, Show<E> se, Show<F$> sf, Show<G> sg, Show<H> sh) A show instance for thetuple-8type.static <K,V> Show <PriorityQueue<K, V>> Show.priorityQueueShow(Show<K> sk, Show<V> sv) Show.resultShow(Show<A> sa, Show<I> si) A show instance for theResulttype.A show instance for theSettype.static <A> Show<A> Returns a show instance using the given function.static <A> Show<A> Returns a show instance using the given function.Show.streamShow(Show<A> sa) A show instance for theStreamtype.Show.streamShow(Show<A> sa, String start, String sep, String end) A show instance for theStreamtype.Show.treeMapShow(Show<K> sk, Show<V> sv) A show instance for theTreeMaptype.A show instance for theTreetype.Show.unlineShow(Show<A> sa) A show instance for streams that splits into lines.A show instance for a vector-2.A show instance for a vector-3.A show instance for a vector-4.A show instance for a vector-5.A show instance for a vector-6.A show instance for a vector-7.A show instance for a vector-8.static <A,B> Show <Validation<A, B>> Show.validationShow(Show<A> sa, Show<B> sb) A show instance for theValidationtype.Modifier and TypeMethodDescriptionF.contramapShow()Promotes this function to map over a Show as a contravariant functor.F.contramapShow()Promotes this function to map over a Show as a contravariant functor.Modifier and TypeMethodDescriptionA show instance for theArraytype.static <A> ErrorRepresents a deconstruction failure that was non-exhaustive.Show.either3Show(Show<A> sa, Show<B> sb, Show<C> sc) Show.eitherShow(Show<A> sa, Show<B> sb) A show instance for theEithertype.static <V,A> Show <FingerTree<V, A>> Show.fingerTreeShow(Show<V> sv, Show<A> sa) Show.hamtNodeShow(Show<K> sk, Show<V> sv) static <K,V> Show <HashArrayMappedTrie<K, V>> static <E, L extends HList<L>>
Show<HList.HCons<E, L>> A show instance for heterogeneous Streams.A show instance for theStreamtype.static <A> Show<NonEmptyList<A>> Show.nonEmptyListShow(Show<A> sa) A show instance for theNonEmptyListtype.Show.optionShow(Show<A> sa) A show instance for theOptiontype.A show instance for thetuple-1type.Show.p1ShowEager(Show<A> sa) Show.p1ShowLazy(Show<A> sa) A show instance for thetuple-2type in the style of a mapping from A to B.A show instance for thetuple-2type.A show instance for thetuple-2type.A show instance for thetuple-3type.A show instance for thetuple-4type.A show instance for thetuple-5type.A show instance for thetuple-6type.A show instance for thetuple-7type.Show.p8Show(Show<A> sa, Show<B> sb, Show<C> sc, Show<D> sd, Show<E> se, Show<F$> sf, Show<G> sg, Show<H> sh) A show instance for thetuple-8type.static <K,V> Show <PriorityQueue<K, V>> Show.priorityQueueShow(Show<K> sk, Show<V> sv) Show.resultShow(Show<A> sa, Show<I> si) A show instance for theResulttype.A show instance for theSettype.Show.streamShow(Show<A> sa) A show instance for theStreamtype.Show.streamShow(Show<A> sa, String start, String sep, String end) A show instance for theStreamtype.Show.streamShow_(Show<A> sa, String start, String sep, String end) Returns the transformation equivalent for the stream show.Show.treeMapShow(Show<K> sk, Show<V> sv) A show instance for theTreeMaptype.A show instance for theTreetype.Show.unlineShow(Show<A> sa) A show instance for streams that splits into lines.A show instance for a vector-2.A show instance for a vector-3.A show instance for a vector-4.A show instance for a vector-5.A show instance for a vector-6.A show instance for a vector-7.A show instance for a vector-8.static <A,B> Show <Validation<A, B>> Show.validationShow(Show<A> sa, Show<B> sb) A show instance for theValidationtype. -
Uses of Show in fj.data
Modifier and TypeMethodDescriptionstatic <A> Show<TreeZipper<A>> A Show instance for tree zippers.A Show instance for Zippers.Provides a show instance that draws a 2-dimensional representation of a tree.Modifier and TypeMethodDescriptionDraws a 2-dimensional representation of a tree.Tree.drawSubTrees(Show<A> s, Stream<Tree<A>> ts) static <A> Show<TreeZipper<A>> A Show instance for tree zippers.A Show instance for Zippers.Provides a show instance that draws a 2-dimensional representation of a tree. -
Uses of Show in fj.data.hlist
Methods in fj.data.hlist that return Show