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.bigdecimalShow
A show instance for theBigDecimal
type.static final Show
<BigInteger> Show.bigintShow
A show instance for theBigInteger
type.Show.bitSetShow
Show.booleanShow
A show instance for theboolean
type.Show.byteShow
A show instance for thebyte
type.Show.charShow
A show instance for thechar
type.Show.doubleShow
A show instance for thedouble
type.Show.floatShow
A show instance for thefloat
type.static final Show
<HList.HNil> Show.HListShow
A show instance for the empty heterogeneous Stream.Show.intShow
A show instance for theint
type.static final Show
<LazyString> Show.lazyStringShow
A show instance for lazy strings.Show.longShow
A show instance for thelong
type.Show.naturalShow
A show instance for natural numbers.Show.shortShow
A show instance for theshort
type.static final Show
<StringBuffer> Show.stringBufferShow
A show instance for theStringBuffer
type.static final Show
<StringBuilder> Show.stringBuilderShow
A show instance for theStringBuilder
type.Show.stringShow
A show instance for theString
type.Modifier and TypeMethodDescriptionstatic <A> Show
<A> Show.anyShow()
Returns a show instance that usesObject.toString()
to perform the display rendering.A show instance for theArray
type.Show.classShow()
A show instance for theClass
type.<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 theEither
type.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 theStream
type.static <A> Show
<NonEmptyList<A>> Show.nonEmptyListShow
(Show<A> sa) A show instance for theNonEmptyList
type.Show.optionShow
(Show<A> sa) A show instance for theOption
type.A show instance for thetuple-1
type.Show.p1ShowEager
(Show<A> sa) Show.p1ShowLazy
(Show<A> sa) A show instance for thetuple-2
type in the style of a mapping from A to B.A show instance for thetuple-2
type.A show instance for thetuple-2
type.A show instance for thetuple-3
type.A show instance for thetuple-4
type.A show instance for thetuple-5
type.A show instance for thetuple-6
type.A show instance for thetuple-7
type.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-8
type.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 theResult
type.A show instance for theSet
type.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 theStream
type.Show.streamShow
(Show<A> sa, String start, String sep, String end) A show instance for theStream
type.Show.treeMapShow
(Show<K> sk, Show<V> sv) A show instance for theTreeMap
type.A show instance for theTree
type.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 theValidation
type.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 theArray
type.static <A> Error
Represents 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 theEither
type.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 theStream
type.static <A> Show
<NonEmptyList<A>> Show.nonEmptyListShow
(Show<A> sa) A show instance for theNonEmptyList
type.Show.optionShow
(Show<A> sa) A show instance for theOption
type.A show instance for thetuple-1
type.Show.p1ShowEager
(Show<A> sa) Show.p1ShowLazy
(Show<A> sa) A show instance for thetuple-2
type in the style of a mapping from A to B.A show instance for thetuple-2
type.A show instance for thetuple-2
type.A show instance for thetuple-3
type.A show instance for thetuple-4
type.A show instance for thetuple-5
type.A show instance for thetuple-6
type.A show instance for thetuple-7
type.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-8
type.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 theResult
type.A show instance for theSet
type.Show.streamShow
(Show<A> sa) A show instance for theStream
type.Show.streamShow
(Show<A> sa, String start, String sep, String end) A show instance for theStream
type.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 theTreeMap
type.A show instance for theTree
type.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 theValidation
type. -
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