Skip navigation links
A B C D E F G I L M N O P R S T U W 

A

apply(A, B, C) - Method in interface io.typst.command.function.Function3
 
apply(A, B, C, D) - Method in interface io.typst.command.function.Function4
 
apply(A, B, C, D, E) - Method in interface io.typst.command.function.Function5
 
apply(A, B, C, D, E, F) - Method in interface io.typst.command.function.Function6
 
apply(A, B, C, D, E, F, G) - Method in interface io.typst.command.function.Function7
 
apply(A, B, C, D, E, F, G, H) - Method in interface io.typst.command.function.Function8
 
Argument<A> - Class in io.typst.command
 
Argument() - Constructor for class io.typst.command.Argument
 
argument(Supplier<T>) - Static method in interface io.typst.command.Command
 
argument(Function<? super A, ? extends T>, Argument<A>) - Static method in interface io.typst.command.Command
 
argument(BiFunction<? super A, ? super B, ? extends T>, Argument<A>, Argument<B>) - Static method in interface io.typst.command.Command
 
argument(Function3<? super A, ? super B, ? super C, ? extends T>, Argument<A>, Argument<B>, Argument<C>) - Static method in interface io.typst.command.Command
 
argument(Function4<? super A, ? super B, ? super C, ? super D, ? extends T>, Argument<A>, Argument<B>, Argument<C>, Argument<D>) - Static method in interface io.typst.command.Command
 
argument(Function5<? super A, ? super B, ? super C, ? super D, ? super E, ? extends T>, Argument<A>, Argument<B>, Argument<C>, Argument<D>, Argument<E>) - Static method in interface io.typst.command.Command
 
argument(Function6<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? extends T>, Argument<A>, Argument<B>, Argument<C>, Argument<D>, Argument<E>, Argument<F>) - Static method in interface io.typst.command.Command
 
argument(Function7<? super A, ? super B, ? super C, ? super D, ? super E, ? super F, ? super G, ? extends T>, Argument<A>, Argument<B>, Argument<C>, Argument<D>, Argument<E>, Argument<F>, Argument<G>) - Static method in interface io.typst.command.Command
 
arity() - Method in interface io.typst.command.algebra.Tuple
 
arity() - Method in class io.typst.command.algebra.Tuple1
 
arity() - Method in class io.typst.command.algebra.Tuple2
 
arity() - Method in class io.typst.command.algebra.Tuple3
 
arity() - Method in class io.typst.command.algebra.Tuple4
 
arity() - Method in class io.typst.command.algebra.Tuple5
 
arity() - Method in class io.typst.command.algebra.Tuple6
 
arity() - Method in class io.typst.command.algebra.Tuple7
 
arity() - Method in class io.typst.command.algebra.Tuple8
 
asCollection(Object) - Static method in class io.typst.command.Converters
 
asJavaOptional() - Method in interface io.typst.command.algebra.Option
 
asMap(Object) - Static method in class io.typst.command.Converters
 
asOptional() - Method in class io.typst.command.Argument
 

B

boolArg - Static variable in class io.typst.command.StandardArguments
 

C

catching(Supplier<A>) - Static method in interface io.typst.command.algebra.Either
 
Command<A> - Interface in io.typst.command
This is a sum type to represent a command structure.
Command.Mapping<A> - Class in io.typst.command
Represents an abstract command with key-value pairs.
Command.Parser<A> - Class in io.typst.command
Represents a concrete command with type-safe arguments.
CommandCancellationException - Exception in io.typst.command
Empty exception for flow control
CommandCancellationException() - Constructor for exception io.typst.command.CommandCancellationException
 
CommandCancellationException(String) - Constructor for exception io.typst.command.CommandCancellationException
 
CommandConfig - Class in io.typst.command
 
CommandConfig() - Constructor for class io.typst.command.CommandConfig
 
CommandFailure<A> - Interface in io.typst.command
 
CommandFailure.FewArguments<A> - Class in io.typst.command
This represents the node Command.Mapping declared to require more arguments but the fewer input arguments was accepted.
CommandFailure.ParsingFailure<A> - Class in io.typst.command
This represents the node was Command.Parser but the input arguments couldn't be parsed.
CommandFailure.UnknownSubCommand<A> - Class in io.typst.command
This represents the node was Command.Mapping but the sub command corresponding the input arguments wasn't exist.
CommandHelp - Class in io.typst.command
 
CommandHelp() - Constructor for class io.typst.command.CommandHelp
 
CommandSource - Class in io.typst.command
 
CommandSource() - Constructor for class io.typst.command.CommandSource
 
CommandSpec - Class in io.typst.command
 
CommandSpec() - Constructor for class io.typst.command.CommandSpec
 
CommandSuccess<A> - Class in io.typst.command
 
CommandSuccess() - Constructor for class io.typst.command.CommandSuccess
 
CommandTabResult<A> - Interface in io.typst.command
 
CommandTabResult.Present<A> - Class in io.typst.command
 
CommandTabResult.Suggestions<A> - Class in io.typst.command
 
Converters - Class in io.typst.command
Converters, following naming conventions: parse*: string parsing as*: type casting to*: value computation
Converters() - Constructor for class io.typst.command.Converters
 

D

doubleArg - Static variable in class io.typst.command.StandardArguments
 

E

Either<L,R> - Interface in io.typst.command.algebra
 
Either.Left<L,R> - Class in io.typst.command.algebra
 
Either.Right<L,R> - Class in io.typst.command.algebra
 
empty - Static variable in class io.typst.command.CommandConfig
 
empty - Static variable in class io.typst.command.CommandSpec
 

F

FewArguments() - Constructor for class io.typst.command.CommandFailure.FewArguments
 
fillInStackTrace() - Method in exception io.typst.command.CommandCancellationException
 
floatArg - Static variable in class io.typst.command.StandardArguments
 
format(CommandHelp) - Static method in class io.typst.command.CommandHelp
 
from(Optional<A>) - Static method in interface io.typst.command.algebra.Option
 
from(Command<?>) - Static method in class io.typst.command.CommandSpec
 
Function3<A,B,C,R> - Interface in io.typst.command.function
 
Function4<A,B,C,D,R> - Interface in io.typst.command.function
 
Function5<A,B,C,D,E,R> - Interface in io.typst.command.function
 
Function6<A,B,C,D,E,F,R> - Interface in io.typst.command.function
 
Function7<A,B,C,D,E,F,G,R> - Interface in io.typst.command.function
 
Function8<A,B,C,D,E,F,G,H,R> - Interface in io.typst.command.function
 
Functor - Class in io.typst.command.algebra
 
Functor() - Constructor for class io.typst.command.algebra.Functor
 

G

getEntries(Command<A>) - Static method in interface io.typst.command.Command
Make flatten commands.
getFallback() - Method in class io.typst.command.Command.Mapping
 
getOrNull() - Method in interface io.typst.command.algebra.Option
 

I

intArg - Static variable in class io.typst.command.StandardArguments
 
io.typst.command - package io.typst.command
 
io.typst.command.algebra - package io.typst.command.algebra
 
io.typst.command.function - package io.typst.command.function
 
isDefined() - Method in interface io.typst.command.algebra.Option
 

L

Left() - Constructor for class io.typst.command.algebra.Either.Left
 
longArg - Static variable in class io.typst.command.StandardArguments
 

M

map(Option<A>, Function<? super A, ? extends B>) - Static method in class io.typst.command.algebra.Functor
 
map(Function<A, B>) - Method in class io.typst.command.Argument
 
map(Function<? super A, ? extends B>) - Method in interface io.typst.command.Command
 
map(Function<? super A, ? extends B>) - Method in class io.typst.command.Command.Mapping
 
map(Function<? super A, ? extends B>) - Method in class io.typst.command.Command.Parser
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple1
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple2
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple3
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple4
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple5
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple6
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map1(Function<? super A, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple2
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple3
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple4
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple5
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple6
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map2(Function<? super B, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map3(Function<? super C, ? extends T>) - Method in class io.typst.command.algebra.Tuple3
 
map3(Function<? super C, ? extends T>) - Method in class io.typst.command.algebra.Tuple4
 
map3(Function<? super C, ? extends T>) - Method in class io.typst.command.algebra.Tuple5
 
map3(Function<? super C, ? extends T>) - Method in class io.typst.command.algebra.Tuple6
 
map3(Function<? super C, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map3(Function<? super C, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map4(Function<? super D, ? extends T>) - Method in class io.typst.command.algebra.Tuple4
 
map4(Function<? super D, ? extends T>) - Method in class io.typst.command.algebra.Tuple5
 
map4(Function<? super D, ? extends T>) - Method in class io.typst.command.algebra.Tuple6
 
map4(Function<? super D, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map4(Function<? super D, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map5(Function<? super E, ? extends T>) - Method in class io.typst.command.algebra.Tuple5
 
map5(Function<? super E, ? extends T>) - Method in class io.typst.command.algebra.Tuple6
 
map5(Function<? super E, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map5(Function<? super E, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map6(Function<? super F, ? extends T>) - Method in class io.typst.command.algebra.Tuple6
 
map6(Function<? super F, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map6(Function<? super F, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map7(Function<? super G, ? extends T>) - Method in class io.typst.command.algebra.Tuple7
 
map7(Function<? super G, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
map8(Function<? super H, ? extends T>) - Method in class io.typst.command.algebra.Tuple8
 
mapping(Tuple2<String, Command<? extends A>>...) - Static method in interface io.typst.command.Command
 

N

None() - Constructor for class io.typst.command.algebra.Option.None
 

O

of(String, Class<?>, Function<List<String>, Tuple2<Optional<A>, List<String>>>, Supplier<List<String>>) - Static method in class io.typst.command.Argument
 
ofUnary(String, Class<?>, Function<String, Optional<A>>, Supplier<List<String>>) - Static method in class io.typst.command.Argument
 
Option<A> - Interface in io.typst.command.algebra
 
Option.None<A> - Class in io.typst.command.algebra
 
Option.Some<A> - Class in io.typst.command.algebra
 

P

pair(K, V) - Static method in interface io.typst.command.Command
 
parse(String[], Command<A>) - Static method in interface io.typst.command.Command
 
parseBoolean(String) - Static method in class io.typst.command.Converters
 
ParseContext - Class in io.typst.command
 
ParseContext() - Constructor for class io.typst.command.ParseContext
 
parseDouble(String) - Static method in class io.typst.command.Converters
 
parseFloat(String) - Static method in class io.typst.command.Converters
 
parseInt(String) - Static method in class io.typst.command.Converters
 
parseLong(String) - Static method in class io.typst.command.Converters
 
parseO(String[], Command<A>) - Static method in interface io.typst.command.Command
 
Parser(Function<List<String>, Tuple2<Option<A>, List<String>>>, List<Argument<?>>, String, String) - Constructor for class io.typst.command.Command.Parser
 
parseWithIndex(int, String[], Command<A>) - Static method in interface io.typst.command.Command
 
ParsingFailure() - Constructor for class io.typst.command.CommandFailure.ParsingFailure
 
present(A) - Static method in interface io.typst.command.Command
 
Present() - Constructor for class io.typst.command.CommandTabResult.Present
 

R

Right() - Constructor for class io.typst.command.algebra.Either.Right
 

S

Some() - Constructor for class io.typst.command.algebra.Option.Some
 
StandardArguments - Class in io.typst.command
 
StandardArguments() - Constructor for class io.typst.command.StandardArguments
 
strArg - Static variable in class io.typst.command.StandardArguments
 
strsArg - Static variable in class io.typst.command.StandardArguments
 
Suggestions() - Constructor for class io.typst.command.CommandTabResult.Suggestions
 

T

tabComplete(String[], Command<A>) - Static method in interface io.typst.command.Command
 
tabComplete(CommandSource, String[], Command<A>) - Static method in interface io.typst.command.Command
 
tabCompleteWithIndex(int, CommandSource, String[], Command<A>) - Static method in interface io.typst.command.Command
 
toCollectionAs(Function<Object, A>, Object) - Static method in class io.typst.command.Converters
 
toJavaOptional() - Method in interface io.typst.command.algebra.Either
 
toMapAs(Function<Tuple2<Object, Object>, Tuple2<K, V>>, Object) - Static method in class io.typst.command.Converters
 
toStream(Optional<A>) - Static method in class io.typst.command.Converters
 
toStreamF(Function<A, Optional<B>>) - Static method in class io.typst.command.Converters
 
translateToKor(String) - Static method in class io.typst.command.CommandHelp
 
Tuple - Interface in io.typst.command.algebra
 
Tuple1<A> - Class in io.typst.command.algebra
 
Tuple1() - Constructor for class io.typst.command.algebra.Tuple1
 
Tuple2<A,B> - Class in io.typst.command.algebra
 
Tuple2() - Constructor for class io.typst.command.algebra.Tuple2
 
Tuple3<A,B,C> - Class in io.typst.command.algebra
 
Tuple3() - Constructor for class io.typst.command.algebra.Tuple3
 
Tuple4<A,B,C,D> - Class in io.typst.command.algebra
 
Tuple4() - Constructor for class io.typst.command.algebra.Tuple4
 
Tuple5<A,B,C,D,E> - Class in io.typst.command.algebra
 
Tuple5() - Constructor for class io.typst.command.algebra.Tuple5
 
Tuple6<A,B,C,D,E,F> - Class in io.typst.command.algebra
 
Tuple6() - Constructor for class io.typst.command.algebra.Tuple6
 
Tuple7<A,B,C,D,E,F,G> - Class in io.typst.command.algebra
 
Tuple7() - Constructor for class io.typst.command.algebra.Tuple7
 
Tuple8<A,B,C,D,E,F,G,H> - Class in io.typst.command.algebra
 
Tuple8() - Constructor for class io.typst.command.algebra.Tuple8
 

U

UnknownSubCommand() - Constructor for class io.typst.command.CommandFailure.UnknownSubCommand
 

W

withTabCompletes(Supplier<List<String>>) - Method in class io.typst.command.Argument
 
A B C D E F G I L M N O P R S T U W 
Skip navigation links